function showCredits(){
	window.open('credits.php', 'creditsWindow', 'toolbar=no,scrollbars=yes,resizable=no,height=300, width=120');
}
//msgWindow=window.open('','','toolbar=yes,scrollbars=yes,width=400,height=300')


// le mega immagini di Thuler.net
// definisco l'array delle immagini
// NON TOCCARE
imageArray = new Array("102.jpg", "11.jpg", "114.jpg", "116.jpg", "120.jpg", "15.jpg", "16.jpg", "41.jpg", "43.jpg", "44.jpg", "45.jpg", "46.jpg", "54.jpg", "60.jpg", "62.jpg", "67.jpg", "68.jpg", "72.jpg", "75.jpg", "85.jpg", "87.jpg", "94.jpg", "td_001.jpg", "td_001.jpg", "td_002.jpg", "td_003.jpg", "td_004.jpg", "td_005.jpg", "td_006.jpg", "td_007.jpg", "td_009.jpg", "founders.jpg", "pogallox1.jpg", "pogallox2.jpg", "zedax1.jpg", "zedax2.jpg", "zedax3.jpg");

function theImage(where){
	if (where == ""){where = "left"}
	whichImage = imageArray[Math.floor(Math.random()*imageArray.length)];
//	whichImage = Math.floor(Math.random()*$nImages)
//	document.write('<a href="tn_images/'+ whichImage + '"><img align="' + where + '" src="tn_images/tn/' + whichImage +'" border="0" class="photo"></a>'  );
	document.write('<img align="' + where + '" src="tn_images/tn/' + whichImage +'" border="0" class="photo">'  );
//	document.write("<br>whichImage: " + whichImage + " where: " + where )
//	<script>theImage()</script><noscript><img src="tn_images/tn/11.jpg" width="133" height="210" border="0"></noscript>
}

function check_info_request_form(){
	if (document.form1.Name.value==""){
		alert("fill in your name and surname");
		document.form1.Name.focus();
		return false;
	}
	if (document.form1.Email.value==""){
		alert("fill in your email");
		document.form1.Email.focus();
		return false;
	}
	return true;
}
