| | ||||||||||
function ImagePopup(picname,width,height) { var URL =""; var h = ""; var w = ""; h = height; w = width; URL = "/reviews/popup.cfm?image=" + picname + "&width=" + w + "&height=" + h; newheight=height + 19; h = newheight; ip = window.open(URL,'Picture','toolbar=no,location=no,directorie s=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resiz able=no,menubar=no,height='+h+',width='+w); }
|