function imgViewer(img,w,h) {
		window.open("imgViewer.php?img="+img,"","top=200,left=200,width="+w+",height="+h);
}
