function openPic(imgName){
	window.open("images/"+imgName+".jpg","","width=800,height=600,left=100,top=30");
	}

