function PopImage(w,h,url)
{
	var NewWin = window.open("viewpic.php?pic="+url,"myWin","width="+w+",height="+h);
	return false;
}
