function large(P){
detalhewindow=window.open(P,'windowpeq','resizable=no,width=375,height=510,left=50,top=50,scrollbars=no,toolbar=no,status=no');
}

function table(P){
detalhewindow=window.open(P,'windowpeq','resizable=no,width=500,height=496,left=50,top=50,scrollbars=yes,toolbar=no,status=no');
}

function pdf(P){
detalhewindow=window.open(P,'windowpeq','resizable=no,width=577,height=496,left=50,top=50,scrollbars=yes,toolbar=no,status=no');
}

function resizeWin(newLoc, newHeight, newWidth) {
	newWin = open("",newLoc,"scrollbars=yes,resizable=yes,height=" + newHeight + ",width=" + newWidth);
}

function goToUrl(myUrl)
{
	if (myUrl!="")
	{
		parent.location.href=myUrl;
	}
}