function openImagePopup(imageURL,imageTitle){
	
	var PositionX = 0;
	var PositionY = 0;
	
	// Set these value approximately 20 pixels greater than the
	// size of the largest image to be used (needed for Netscape)
	
	var defaultWidth  = 500;
	var defaultHeight = 380;
	
	var options='location=no, scrollbars=yes,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
	
	window.open('http://www.casinovenezia.it/'+imageURL,'',options);
	//location.href='http://web01.casinovenezia.it/'+imageURL;
}
