function openImageWindow(image, title, width, height){
	open("img/" + image, title, "scrollbars=0,width=" + width + ",height=" + height + ",top=5,left=5").focus();
} 

