/*
	NS Studios
	www.ns-studios.com
*/
<!--
function enviar(n,t1,t2,m,msg,id){

	if (id == 0){
		var fa="Té que omplir el camp ";
		var fb=".\n\nGràcies.";
		var f1=fa+"NOM"+fb;
		var f2=fa+"TELÈFON"+fb;
	}else{
		var fa="Té que omplir el camp ";
		var fb=".\n\nGràcies.";
		var f1=fa+"NOM"+fb;
		var f2=fa+"TELÈFON"+fb;
	}

	if (n!=""){
			if (t1!="" || t2!=""){
					var envWIN = window.open("envia.asp?nom="+n+"&t1="+t1+"&t2="+t2+"&email="+m+"&msg="+msg,"magicenvwin","width=250,height=150,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0",true);
					envWIN.moveTo(Math.ceil((window.screen.width-250)/2),Math.ceil((window.screen.height-150)/2));
			}else alert(f2);
	}else alert(f1);
	
}
//-->