stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / elements / overlibmws_iframe.js
index e3032f2..a06bdc5 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
- overlibmws_iframe.js plug-in module - Copyright Foteos Macrides 2003-2005\r
+ overlibmws_iframe.js plug-in module - Copyright Foteos Macrides 2003-2010. All rights reserved.\r
    Masks system controls to prevent obscuring of popops for IE v5.5 or higher.\r
-   Initial: October 19, 2003 - Last Revised: May 15, 2005\r
+   Initial: October 19, 2003 - Last Revised: January 26, 2008\r
  See the Change History and Command Reference for overlibmws via:\r
 \r
        http://www.macridesweb.com/oltest/\r
@@ -26,8 +26,8 @@ if(!o||OLifsSh!=o){OLifsSh=null;OLgetIfsShRef();}}
 }\r
 \r
 function OLsetIfsRef(o,i,z){\r
-o.id=i;o.src='javascript:false;';o.scrolling='no';var os=o.style;\r
-os.position='absolute';os.top=0;os.left=0;os.width=1;os.height=1;os.visibility='hidden';\r
+o.id=i;o.src='javascript:false;';o.scrolling='no';var os=o.style;os.position='absolute';\r
+os.top='0px';os.left='0px';os.width='1px';os.height='1px';os.visibility='hidden';\r
 os.zIndex=over.style.zIndex-z;os.filter='Alpha(style=0,opacity=0)';\r
 }\r
 \r