function novajanela($end, $lar, $alt)
{
	window.open($end,'','scroolbars=yes, width='+$lar+', heigth='+$alt+', scrollbars=yes, resizable=yes');
}
