Function Zoom_click() sWidth = (window.screen.availWidth) & "px" sHeight = (window.screen.availHeight) & "px" sImage = window.event.srcElement.src sPath = "http://" & document.location.hostname & "http://www.hmaservice.com/webtech/client/zoom.htm" oWin = window.showModelessDialog( sPath, sImage, "help:no;status:no;resizable:no;dialogWidth:" & sWidth & ";dialogHeight:" & sHeight & ";dialogLeft:0px;dialogTop:0px;" ) End Function Function ZoomSVG_click() sWidth = (window.screen.availWidth) & "px" sHeight = (window.screen.availHeight) & "px" sImage = window.event.srcElement.id sImage ="http://" & document.location.hostname & "http://www.hmaservice.com/xml/" & sImage sPath = "http://" & document.location.hostname & "http://www.hmaservice.com/webtech/client/zoom_svg.htm" oWin = window.showModelessDialog( sPath, sImage, "help:no;status:no;resizable:no;dialogWidth:" & sWidth & ";dialogHeight:" & sHeight & ";dialogLeft:0px;dialogTop:0px;" ) End Function