function apriwindow(pag,width,height)
{
	var today = new Date();
	var sec=today.getSeconds();
	var remo="myRemote" + sec;
	myRemote = open(pag, remo,"width=" + width + ", height=" + height + ",alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=0,location=0,menubar=0,resizable=1,scrollbars=0,status=0,titlebar=0,toolbar=0,z-lock=0,top=25,left=80")
}


