// JavaScript Document
function miraFoto(msg){
			document.getElementById('thum').src=msg; 
			//document.f1.borraImagen.value=''
}
function noKey(msg){
document.getElementById('thum').src='pix.jpg';
alert("El contingut d'aquest camp només es tindrà \n en compte si s'omple amb el boto 'Examinar'.");
document.getElementById('arxiu').value='';
//alert(msg)
}
function finestraMax(){
	if(document.all){
	top.window.moveTo(0,0);
	top.window.resizeTo(screen.availwidth,screen.availheight);
	}
}function mida(a,b){
	if (document.all) {
		top.window.moveTo((screen.availwidth-a)/2,(screen.availheight-b)/2);
		top.window.resizeTo(a,b);
	}
}
function winopen(url,nom,w,h,barra,resiz,tool,men,stat){
	l=(screen.availwidth-w)/2;t=(screen.availheight-h)/2
	features="width=" + w + " height=" + h + " left=" + l + " top=" + t + " scrollbars=" + barra + " resizable=" + resiz + " toolbar=" + tool + " menubar=" + men + " status=" + stat;
	newwin=window.open(url,nom,features)
}