
function obrir_finestra(url,amp,alt) {

 finestra = window.open(url,'winmarbre','width='+amp+',height='+alt+',resizable=0,screenX=550,screenY=550');
 if(finestra.window.focus)
	{
		finestra.window.focus();
	}
}