// JavaScript Document	function wop_form(){		t = (screen.height / 2) - (400 / 2);		l = (screen.width /2) - (300 / 2);		window.open('http://www.festivaldetorroella.org/cache/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);}function wop_win(file){		t = (screen.height / 2) - (421 / 2);		l = (screen.width /2) - (211 / 2);		window.open('http://www.festivaldetorroella.org/cache/venda/'+file +'.htm','newWin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=211,height=421,left='+l+',top='+t);}
