<!-- jsGuru rollover scrip configuration -->

<!-- *************************************************************** -->
<!-- Set to 'True' to output the generated file name string          -->

<!-- Set the script prefix                                           -->

<!-- Set the script extension, normally .js                          -->

<!-- *************************************************************** -->

<!-- Do the browser sniffing first -->
<!-- bnsDesigns xSSI Browser Detector Script                         -->
<!-- copyright 1999 bnsDesigns          bob@bnsdesigns.com           -->

<!-- *************************************************************** -->
<!-- NOTE: Set the prefix and extension of your action file.         -->

<!-- The following browser sniffer will deliver JavaScript files     -->
<!-- for versions 4.0x, 4.5x and 5.0x for Netscape Navigator and     -->
<!-- Microsoft Internet Explorer on the Windows and Mac platforms.   -->
<!-- The scripts must be named according to the following convention -->
<!-- PrefixPlatformBrowserVersionExtension                           -->
<!-- where:                                                          -->
<!--                                                                 -->
<!-- Prefix is the base name of the script and should be different   -->
<!--         for each set of scripts.                                -->
<!-- Platform is one of "Win" or "Mac".                              -->
<!-- Browser is one of "NS" (Navigator) or "IE" (Internet Explorer)  -->
<!-- Version is one of "40", "45" or "50" for versions 4.0X, 4.5X or -->
<!--         5.)x.                                                   -->
<!-- Extension is the file extension, usually ".js" or ".css".       -->
<!--                                                                 -->
<!-- E.G.  If you make a set of scripts named "test", then you       -->
<!--       name them testWinIE40.js, testWinIE50.js, testMacNS40.js  -->
<!--       and so forth. Set the var="Prefix" value to "test" and    -->
<!--       and the var="Extension" value to ".js" (the default)      -->
<!-- *************************************************************** -->

<!-- Begin Browser Sniffer Filter -->
<!-- *************************************************************** -->

<!-- Set the Platform Mac or Win -->

 

<!-- Set the Browser Navigator or Internet Explorer --> 

 

<!-- Set the browser version --> 


<!-- *************************************************************** -->
<!--                 End Browser Sniffer Filter                      -->



<!-- Serve only version 3 or 4 scripts -->



  




// RolloverClass.js stub

function genRollovers() { 
  return true;
};
