function popimage(imagesrc){

	window.open("popup.html?"+imagesrc, "", "resizable=1,HEIGHT=200,WIDTH=200");

}

