<!-- 
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
    var oeTags = '<object style="z-index: -1;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="830" height="279"'
    + 'codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="marquee/mhp.swf" /><param name="FlashVars" value="xmlfile=marquee%2Fdata%2Fbanner%2Exml" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="bgcolor" value="#ffffff" /><param name="wmode" value="opaque" />'
    + '<embed src="marquee/mhp.swf" loop="false" menu="false" quality="high" scale="noscale" bgcolor="#ffffff" '
    + 'FlashVars="xmlfile=marquee%2Fdata%2Fbanner%2Exml"'
    + 'width="830" height="279" name="marquee" align="middle"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
	+ 'wmode="opaque"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="https://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
    document.write(oeTags);   // embed the flash movie
} else {  // flash is too old or we can't detect the plugin
	var alternateContent = '<a href="#"><img src="product_files/flash_menu.gif" width="830" height="69" usemap="#Map" border="0" /></a><br/>';
	alternateContent += '<img src="product_files/flash_banner.jpg" width="830" height="210" />';
	alternateContent += '<map name="Map" id="Map"><area shape="rect" coords="759,3,823,63" href="/category/?cat=116" alt="Medical"/><area shape="rect" coords="691,3,755,63" href="/category/?cat=198" alt="Construction"/><area shape="rect" coords="622,3,686,63" href="/category/?cat=113" alt="Engineering"/><area shape="rect" coords="553,3,617,63" href="/category/?cat=117" alt="Science &amp; Math"/><area shape="rect" coords="484,3,548,63" href="/category/?cat=112" alt="Computing"/><area shape="rect" coords="416,3,480,63" href="/category/?cat=108" alt="Text Books"/><area shape="rect" coords="346,3,410,63" href="/category/?cat=114" alt="Languages"/><area shape="rect" coords="278,3,342,63" href="/category/?cat=111" alt="Test Prep &amp; Study Guides"/><area shape="rect" coords="209,3,273,63" href="/category/?cat=132" alt="Boating"/><area shape="rect" coords="141,3,205,63" href="/category/?cat=109" alt="Sports &amp; Fitness"/><area shape="rect" coords="74,3,138,63" href="/category/?cat=115" alt="Self-Help &amp; Health"/><area shape="rect" coords="5,3,69,63" href="/category/?cat=106" alt="Business"/></map>';
document.write(alternateContent);  // insert non-flash content
}
// -->
