var p;
function abre_infopedia(url) {
	p = window.open(url,"infopediamz","height=600,width=800,hotkeys=no,left=0,top=0,scrollbars=auto,status=yes,location=no,left=center,top=center,resizable=yes");	
	//p.onClose=teste();
//	p = window.open(url,"infopediamz","height=" + (screen.availHeight-25) + ",width=" +(screen.availWidth) +",hotkeys=no,left=0,top=0,scrollbars=auto,status=yes,location=no,left=center,top=center,resizable=yes");
//	p.moveTo(0,0);
//    p.resizeTo(screen.availWidth,screen.availHeight);
}





