function popwindow(imagename) { 
		pdf = "images/"+imagename;
		window.open("popup.php",'test',"height=615,width=820,status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,top=200,left=200");

	}