home *** CD-ROM | disk | FTP | other *** search
/ business-86-101-185-173.business.broadband.hu / business-86-101-185-173.business.broadband.hu.zip / business-86-101-185-173.business.broadband.hu / trans / sqlncli2005_x64.msi / sqlncli.chm.91A5E41F_8A38_40FB_BC6E_28CA47D512BD / local / showsmpmgr.js < prev    next >
Text File  |  2005-08-01  |  492b  |  17 lines

  1. /* 
  2.    Display is initially set to none in smplMgr.css & reset by showSmplMgr.js for 
  3.    Sample Manager topics.  This is a necessary work-around for topics that 
  4.    are in .DOC files with Sample Manager topics, but which are not themselves
  5.    Sample Manager Topics.
  6. */    
  7.  
  8. blnShowSmpMgr = true;
  9.  
  10. try{
  11.     var objStyleThingy = null;
  12.     objStyleThingy = document.styleSheets[0];
  13.     objStyleThingy.addRule( "div#smpMgrCell" , "display:inline;" , 0 );
  14. }catch(e){
  15.     alert(e.description);
  16. }    
  17.