  function windet(picname,height){
    strwin="popupWindow.asp?picname="+picname 
	strset="width=400,height="+height+",screenX=0,screenY=0,left=140,top=20,menubar=no,location=no,scrollbars=no,directories=no,resizable=no"
    wd=window.open(strwin,"popUpWindow",strset)
	wd.resizeTo(410,height+29)
	wd.focus()
  }	
