// JavaScript Document
function obrePresupost(que){
	var afegir;
	if(que){
		window.open('presupuestos2/pas1_paquet.php?paquet='+que,'','screenX=0, screenY=0,width=800,height=500,location=no,toolbar=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no');
		
	}
	else{
		window.open('presupuestos2/index.php','','screenX=0, screenY=0,width=800,height=500,location=no,toolbar=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no');
	}
	
}
function obrePresupostEscola(que,que2){
	var afegir;

		window.open('presupuestos2/escola_pas1.php?idescola='+que+'&id='+que2,'','screenX=0, screenY=0,width=800,height=500,location=no,toolbar=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no');
	
}
