function smart(pageName, larg, altu, rolagem) {
	pageNameSrc = pageName + ".jsp";
	tamanhoSrc = "width=" + larg + ",height=" + altu;
	window.open(pageNameSrc,"_blank",tamanhoSrc);
}

function openWin(pageURL,w,h,f){
	 l = (screen.width) ? (screen.width-w)/2 : 0;
	 t = (screen.height) ? (screen.height-h)/2 : 0;
	 popUpWin = window.open(pageURL,'pop2','width='+w+',height='+h+',left='+l+',top='+t+f+'');
	 popUpWin.focus();
}
