// JavaScript Document	function wop_form(){		t = (screen.height / 2) - (400 / 2);		l = (screen.width /2) - (300 / 2);		window.open('http://www.festivaldetorroella.org/form/index.htm','newWin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=300,height=400,left='+l+',top='+t);}
