	function openImage(imageFile, width, height)
	{
		window.open('img/' + imageFile,'','width='+(width+20) + ',height=' + (height+30));	
	}
