PADRAO_POPUP='scrollbars=yes,menubar=no,resizable=yes,location=no,directories=no,toolbar=no'; function popUp(url, target, opcoes) { window.open(url, target, opcoes); } function popUpTermoResponsabilidade() { popUp( 'http://www.valorizaonline.com.br/pub/ajuda/termoResponsabilidade.html', 'TermoResponsabilidade', 'top=80,left=80,width=540,height=420,' + PADRAO_POPUP); }