function apri(nome,lang,game) {
	if (window.myWin && window.myWin.closed) {
		myWin= new Object();
		}
	else if (window.myWin) {
		myWin.close()
		myWin= new Object();
		}
	myWin=window.open('','xx','width=640,height=480');
	myWin.document.write(String.fromCharCode(10)+'<html><head><title>Mr Fruitness</title></head><body style="margin:0px;" bgcolor="#000000">');
	myWin.document.write(String.fromCharCode(10)+'<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"WIDTH="640" HEIGHT="480" id="game" ALIGN="left">')
	myWin.document.write(String.fromCharCode(10)+' <PARAM NAME=movie VALUE="../game/'+nome+'.swf?lang='+lang+'&gioco='+game+'"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="../game/'+nome+'.swf?lang='+lang+'&gioco='+game+'" quality=high bgcolor=#000000  WIDTH="640" HEIGHT="480" NAME="game" ALIGN="left" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>')
	myWin.document.write(String.fromCharCode(10)+'</OBJECT>')
	myWin.document.write(String.fromCharCode(10)+'</body></html>')
}
