if(navigator.appName.indexOf('Microsoft') > -1){

    div1= ('        <DIV onMouseOver="Show(\'about\')" onMouseOut="Hide(\'about\')" ID="about_menu" NAME="about_menu" STYLE="POSITION: relative; WIDTH: 190px; background-color:#808080; layer-background-color:#A09E9E; z-index:100;  LEFT: 34px; TOP: -3px; VISIBILITY: hidden">');
    div1=div1+ ('           <LINK href="./lupinelogic.css" rel="stylesheet" type="text/css"> ');
    div1=div1+ ('               <TABLE WIDTH=115 CELLSPACING=0 BORDER=1 CELLPADDING=0 BORDERCOLOR=#444444>');
    div1=div1+ ('                   <TR>');
    div1=div1+ ('                       <TD>            ');
    div1=div1+ ('                           <TABLE width=190>');
    div1=div1+ ('                           <TR>');
    div1=div1+ ('                           <TD><DIV WIDTH=1 HEIGHT=200>&nbsp</DIV></TD>');
    div1=div1+ ('                           <TD WIDTH=230>');
    div1=div1+ ('                           <FONT SIZE="-2">');
    div1=div1+ ('                           <A CLASS="menu" HREF="http://www.lupinelogic.com/about/recentprojects.html">Recent Projects</A><BR>');
    div1=div1+ ('                           <A CLASS="menu" HREF="http://www.lupinelogic.com/about/partners.html">Partners</A><BR>');
    div1=div1+ ('                           <A CLASS="menu" HREF="http://www.lupinelogic.com/about/RSAlliances.html">Strategic Alliances</A><BR>');
    div1=div1+ ('                           </FONT>');
    div1=div1+ ('                           </TD>');
    div1=div1+ ('                           <TD><DIV WIDTH=1 HEIGHT=1></DIV></TD>');
    div1=div1+ ('                           </TR>');
    div1=div1+ ('                           </TABLE>');
    div1=div1+ ('                       </TD>');
    div1=div1+ ('                   </TR>');
    div1=div1+ ('           </TABLE>');
    div1=div1+ ('        </DIV>');

    div2= ('        <DIV onMouseOver="Show(\'products\')" onMouseOut="Hide(\'products\')" ID="products_menu" NAME="products_menu" STYLE="POSITION: relative; WIDTH: 115px; background-color:#808080; layer-background-color:#A09E9E; z-index:100;  LEFT: 114px; TOP: -62px; VISIBILITY: hidden">');
    div2=div2+ ('           <LINK href="./lupinelogic.css" rel="stylesheet" type="text/css"> ');
    div2=div2+ ('               <TABLE WIDTH=115 CELLSPACING=0 BORDER=1 CELLPADDING=0 BORDERCOLOR=#444444>');
    div2=div2+ ('                   <TR>');
    div2=div2+ ('                       <TD>            ');
    div2=div2+ ('                           <TABLE width=115>');
    div2=div2+ ('                           <TR>');
    div2=div2+ ('                           <TD><DIV WIDTH=1 HEIGHT=200>&nbsp</DIV></TD>');
    div2=div2+ ('                           <TD WIDTH=160>');
    div2=div2+ ('                           <FONT SIZE="-2">');
    div2=div2+ ('                           <A CLASS="menu" HREF="http://www.lupinelogic.com/products/coyoteyePro.html">CoyotEYE Pro</A></NOBR><BR>');
    div2=div2+ ('                           </FONT>');
    div2=div2+ ('                           </TD>');
    div2=div2+ ('                           <TD><DIV WIDTH=1 HEIGHT=1></DIV></TD>');
    div2=div2+ ('                           </TR>');
    div2=div2+ ('                           </TABLE>');
    div2=div2+ ('                       </TD>');
    div2=div2+ ('                   </TR>');
    div2=div2+ ('           </TABLE>');
    div2=div2+('        </DIV>');

    document.write(div1);
    document.write('\n\n');
    document.write(div2);
    }
