function popWinLoc(win,w,h) {
  thePop = window.open(win,'popWindow','scrollbars=yes,status=no,toolbar=no,menubar=no,resizable=yes,screenX=20,screenY=20,top=20,left=20,width='+w+',height='+h);
}

function popPicWin(ID, VillaID) {
  imgPop = window.open('/image_popper.asp?ID='+ID+'&VillaID='+VillaID,'conWindow','scrollbars=no,status=no,toolbar=no,menubar=no,resizable=no,screenX=20,screenY=20,top=20,left=20,width=420,height=400');
}