submenStl="position:absolute;top:50px;visibility:hidden;width:140px;z-index:2;";
menuboxStl="background-color:#FAFAEB;height:14px;padding-right: 5px;text-align:right;border:buttonhighlight 1px outset;filter:alpha(opacity=36);-moz-opacity:36%;";
document.open();
document.write ('<DIV id="homeMenu" style="position:absolute;top:18px;width:720px;visibility:hidden;font-size:11px;text-align:right;"><A href="home.html" style="padding:0 3px 0 5px;" onmouseover="hideMenu()">HOME</A>|<A href="about.html" style="padding:0 3px 0 5px;" onmouseover="hideMenu()">ABOUT GENSACO</A>|<A href="contact.html" style="padding:0 3px 0 5px;" onmouseover="hideMenu()">CONTACT US</A></DIV>');
document.write ('<DIV id="mainMenu" style="position:absolute;top:38px;visibility:hidden;">');
document.write ('<A href="commuse.html" style="padding:0 3px 0 5px;" onmouseover="hideMenu();showMenu(\'subMen1\')">ESPRESSO EQUIPMENT</A>');
document.write ('|<A href="toasters.html" style="padding:0 3px 0 5px;" onmouseover="hideMenu();showMenu(\'subMen4\')">RESTAURANT EQUIPMENT</A>');
document.write ('|<A href="icecream.html" style="padding:0 3px 0 5px;" onmouseover="hideMenu()">ICE CREAM MACHINES</A>');
document.write ('|<A href="bars.html" style="padding:0 3px 0 5px;" onmouseover="hideMenu()">COFFEE BARS</A>');
document.write ('|<A href="hot.html" style="padding:0 3px 0 5px;" onmouseover="hideMenu();showMenu(\'subMen2\')">BEVERAGE DISPENSERS</A>');
document.write ('|<A href="carts.html" style="padding:0 3px 0 5px;" onmouseover="hideMenu()">CARTS</A>');
document.write ('|<A href="coffee.html" style="padding:0 3px 0 5px;" onmouseover="hideMenu()">COFFEE</A>');
document.write ('</DIV>');
document.write ('<DIV style="'+submenStl+'" id="subMen1">');
document.write ('<DIV style="'+menuboxStl+'" id="subM0"><A href="homuse.html" style="white-space:pre;" onmouseover="L0(\'subM0\',\'on\')" onmouseout="L0(\'subM0\',\'off\')">                       HOME USE</A></DIV>');
document.write ('<DIV style="'+menuboxStl+'" id="subM1"><A href="commuse.html" style="white-space:pre;" onmouseover="L1(\'subM1\',\'on\')" onmouseout="L1(\'subM1\',\'off\')">          COMMERCIAL USE</A></DIV>');
document.write ('<DIV style="'+menuboxStl+'" id="subM2"><A href="grinders.html" style="white-space:pre;" onmouseover="L2(\'subM2\',\'on\')" onmouseout="L2(\'subM2\',\'off\')">                        GRINDERS</A></DIV>');
document.write ('</DIV>');
document.write ('<DIV style="'+submenStl+'" id="subMen2">');
document.write ('<DIV style="'+menuboxStl+'" id="subM3"><A href="hot_chocolate.html" style="white-space:pre;" onmouseover="L3(\'subM3\',\'on\')" onmouseout="L3(\'subM3\',\'off\')">                                   HOT</A></DIV>');
document.write ('<DIV style="'+menuboxStl+'" id="subM4"><A href="cold.html" style="white-space:pre;" onmouseover="L4(\'subM4\',\'on\')" onmouseout="L4(\'subM4\',\'off\')">                                 COLD</A></DIV>');
document.write ('</DIV>');
document.write ('<DIV style="'+submenStl+'" id="subMen4">');
document.write ('<DIV style="'+menuboxStl+'" id="subM5"><A href="toasters.html" style="white-space:pre;" onmouseover="L5(\'subM5\',\'on\')" onmouseout="L5(\'subM5\',\'off\')">                       TOASTERS</A></DIV>');
document.write ('<DIV style="'+menuboxStl+'" id="subM6"><A href="panini.html" style="white-space:pre;" onmouseover="L6(\'subM6\',\'on\')" onmouseout="L6(\'subM6\',\'off\')">                  PANINI GRILLS</A></DIV>');
document.write ('<DIV style="'+menuboxStl+'" id="subM7"><A href="graters.html" style="white-space:pre;" onmouseover="L7(\'subM7\',\'on\')" onmouseout="L7(\'subM7\',\'off\')">           CHEESE GRATERS</A></DIV>');
document.write ('<DIV style="'+menuboxStl+'" id="subM8"><A href="slicers.html" style="white-space:pre;" onmouseover="L8(\'subM8\',\'on\')" onmouseout="L8(\'subM8\',\'off\')">                            SLICERS</A></DIV>');
document.write ('<DIV style="'+menuboxStl+'" id="subM9"><A href="vacuum.html" style="white-space:pre;" onmouseover="L9(\'subM9\',\'on\')" onmouseout="L9(\'subM9\',\'off\')">         VACUUM MACHINES</A></DIV>');
document.write ('<DIV style="'+menuboxStl+'" id="subM10"><A href="multi.html" style="white-space:pre;" onmouseover="L10(\'subM10\',\'on\')" onmouseout="L10(\'subM10\',\'off\')">               MULTIPURPOSE</A></DIV>');
document.write ('</DIV>');
document.close();
currM=null;
currPop=null;
op0=36;op1=36;op2=36;op3=36;op4=36;op5=36;op6=36;op7=36;op8=36;op9=36;op10=36;
function showMenu(sMn) {
document.getElementById(sMn).style.visibility="visible";
if(NS) document.getElementById(sMn).style.MozOpacity = 100 + '%';
currM=sMn;
}
function hideMenu() {
if (currM!=null) document.getElementById(currM).style.visibility="hidden";
if (currPop!=null) document.getElementById(currPop).style.visibility="hidden";
}
function L0(m0,n0) {
M0=m0;
N0=n0;
(n0=="on")?op0+=2:op0-=1;
document.getElementById(M0).style.MozOpacity = op0+'%';
document.getElementById(M0).style.filter="alpha(opacity="+op0+")";
if((n0=="on" && op0<=98)||(n0=="off" && op0>=37)) setTimeout ('L0(M0,N0)',10);
}
function L1(m1,n1) {
M1=m1;
N1=n1;
(n1=="on")?op1+=2:op1-=1;
document.getElementById(M1).style.MozOpacity=op1+'%';
document.getElementById(M1).style.filter="alpha(opacity="+op1+")";
if ((n1=="on" && op1<=98) || (n1=="off" && op1>=37)) setTimeout('L1(M1,N1)',10);
}
function L2(m2,n2) {
M2=m2;
N2=n2;
(n2=="on")?op2+=2:op2-=1;
document.getElementById(M2).style.MozOpacity=op2+'%';
document.getElementById(M2).style.filter="alpha(opacity="+op2+")";
if((n2=="on" && op2<=98)||(n2=="off" && op2>=37)) setTimeout('L2(M2,N2)',10);
}
function L3(m3,n3) {
M3=m3;
N3=n3;
(n3=="on")?op3+=2:op3-=1;
document.getElementById(M3).style.MozOpacity=op3+'%';
document.getElementById(M3).style.filter="alpha(opacity="+op3+")";
if((n3=="on" && op3<=98)||(n3=="off" && op3>=37)) setTimeout('L3(M3,N3)',10);
}
function L4(m4,n4) {
M4=m4;
N4=n4;
(n4=="on")?op4+=2:op4-=1;
document.getElementById(M4).style.MozOpacity=op4+'%';
document.getElementById(M4).style.filter="alpha(opacity="+op4+")";
if((n4=="on" && op4<=98)||(n4=="off" && op4>=37)) setTimeout('L4(M4,N4)',10);
}
function L5(m5,n5) {
M5=m5;
N5=n5;
(n5=="on")?op5+=2:op5-=1;
document.getElementById(M5).style.MozOpacity=op5+'%';
document.getElementById(M5).style.filter="alpha(opacity="+op5+")";
if((n5=="on" && op5<=98)||(n5=="off" && op5>=37)) setTimeout('L5(M5,N5)',10);
}
function L6(m6,n6) {
M6=m6;
N6=n6;
(n6=="on")?op6+=2:op6-=1;
document.getElementById(M6).style.MozOpacity=op6+'%';
document.getElementById(M6).style.filter="alpha(opacity="+op6+")";
if((n6=="on" && op6<=98)||(n6=="off" && op6>=37)) setTimeout('L6(M6,N6)',10);
}
function L7(m7,n7) {
M7=m7;
N7=n7;
(n7=="on")?op7+=2:op7-=1;
document.getElementById(M7).style.MozOpacity=op7+'%';
document.getElementById(M7).style.filter="alpha(opacity="+op7+")";
if((n7=="on" && op7<=98)||(n7=="off" && op7>=37)) setTimeout('L7(M7,N7)',10);
}
function L8(m8,n8) {
M8=m8;
N8=n8;
(n8=="on")?op8+=2:op8-=1;
document.getElementById(M8).style.MozOpacity=op8+'%';
document.getElementById(M8).style.filter="alpha(opacity="+op8+")";
if((n8=="on" && op8<=98)||(n8=="off" && op8>=37)) setTimeout('L8(M8,N8)',10);
}
function L9(m9,n9) {
M9=m9;
N9=n9;
(n9=="on")?op9+=2:op9-=1;
document.getElementById(M9).style.MozOpacity=op9+'%';
document.getElementById(M9).style.filter="alpha(opacity="+op9+")";
if((n9=="on" && op9<=98)||(n9=="off" && op9>=37)) setTimeout('L9(M9,N9)',10);
}
function L10(m10,n10) {
M10=m10;
N10=n10;
(n10=="on")?op10+=2:op10-=1;
document.getElementById(M10).style.MozOpacity=op10+'%';
document.getElementById(M10).style.filter="alpha(opacity="+op10+")";
if((n10=="on" && op10<=98)||(n10=="off" && op10>=37)) setTimeout('L10(M10,N10)',10);
}
menuok=true;