function openWir(){	winPop('wireless/concorso.html', 400, 450, 'popWir', 1, 0)}function openReg(){	winPop('regolamento/regolamento.html', 400, 450, 'popReg', 1, 0)}function openSm(){	winPop('screenmate.htm', 250, 250, 'popSm', 0, 0)}function winPop(target, myW, myH, nm, sc, rs){		myleft = ((screen.width - myW) / 2);	mytop = ((screen.height - myH) / 2);		window.open(target, nm, 'width='+myW+',height='+myH+',scrollbars='+sc+',resizable='+rs+',menubar=0,toolbar=0,status=0,location=0,directories=0,left='+myleft+',top='+mytop);}function openTrailers(){	winPop('trailer/trailer.asp', 650, 400, 'trailerLS', 0, 0)}function openSite(){	winPop('site.html', 750, 400, 'site', 0, 0)}function openPrivacy(){	winPop('http://www.columbiatristar.it/privacy.html', 450, 400, 'privacy', 1, 0)}function openPopImg(i){	var arrFoto = new Array();		arrFoto[1]= new Array();		arrFoto[1][0]= 'wallpapers/greatestreets/1024x768_v1.jpg';	arrFoto[1][1]= ': :MEGANE_Greatestreets: :';	arrFoto[1][2]= '1024';	arrFoto[1][3]= '768';		arrFoto[2]= new Array();	arrFoto[2][0]= 'wallpapers/greatestreets/800x600_v1.jpg';	arrFoto[2][1]= ': :MEGANE_Greatestreets: :';	arrFoto[2][2]= '800';	arrFoto[2][3]= '600';		arrFoto[3]= new Array();	arrFoto[3][0]= 'wallpapers/greatestreets/1024x768_v2.jpg';	arrFoto[3][1]= ': :MEGANE_Greatestreets: :';	arrFoto[3][2]= '1024';	arrFoto[3][3]= '768';		arrFoto[4]= new Array();	arrFoto[4][0]= 'wallpapers/greatestreets/800x600_v2.jpg';	arrFoto[4][1]= ': :MEGANE_Greatestreets: :';	arrFoto[4][2]= '800';	arrFoto[4][3]= '600';		arrFoto[5]= new Array();	arrFoto[5][0]= 'wallpapers/easydriver/1024x768.jpg';	arrFoto[5][1]= ': :MEGANE_Greatestreets: :';	arrFoto[5][2]= '1024';	arrFoto[5][3]= '768';		arrFoto[6]= new Array();	arrFoto[6][0]= 'wallpapers/easydriver/800x600.jpg';	arrFoto[6][1]= ': :MEGANE_Greatestreets: :';	arrFoto[6][2]= '800';	arrFoto[6][3]= '600';		arrFoto[7]= new Array();	arrFoto[7][0]= 'wallpapers/godsaveroad/1024x768.jpg';	arrFoto[7][1]= ': :MEGANE_Greatestreets: :';	arrFoto[7][2]= '1024';	arrFoto[7][3]= '768';		arrFoto[8]= new Array();	arrFoto[8][0]= 'wallpapers/godsaveroad/800x600.jpg';	arrFoto[8][1]= ': :MEGANE_Greatestreets: :';	arrFoto[8][2]= '800';	arrFoto[8][3]= '600';	nomeFile = arrFoto[i][0];	nomeWin = arrFoto[i][1];	w = arrFoto[i][2];	h = arrFoto[i][3];	myleft = ((screen.width - w) / 2);	mytop = ((screen.height - h) / 2);	mywindow=window.open('', '',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+w+",height="+h+",left="+myleft+",top="+mytop+""); 	mywindow.document.write("<HTML><HEAD>");	mywindow.document.write("<TITLE>"+nomeWin+"</TITLE>");	mywindow.document.write("</HEAD>");	mywindow.document.write("<BODY topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'><IMG SRC='"+nomeFile+"' BORDER=0>");	mywindow.document.write("</BODY></HTML>");}
