function open_image(picfile)
{
	window.open(picfile,"", "height=550px, width=750px,top=100px,left=200px");
	

}
