<!--
function onLoad() {
    window.onResize = onLoad;
    loadMenus();
}
function loadMenus() {
    //****** START OF MAIN MENU ******//
    //ABOUT Saif Texting Mechinery//

    window.Menu1 = new Menu("Hillians");
    Menu1.addMenuItem("Blow Rieter", "location='machine01.html'");
    Menu1.addMenuItem("Carding", "location='machine02.html'");


    Menu1.addMenuItem("Draw frames", "location='machine03.html'");

    Menu1.addMenuItem("RSBD35", "location='machine04.html'");

    Menu1.addMenuItem("Combers", "location='machine05.html'");

    Menu1.addMenuItem("Simplex", "location='machine06.html'");

    Menu1.addMenuItem("Compact Ring Frames", "location='machine07.html'");

    Menu1.addMenuItem("Auto cone", "location='machine08.html'");


    Menu1.disableDrag = true;
    if (document.layers) {
       Menu1.enableHideOnMouseOut = true;
    }
    //****** END OF MAIN MENU ******//
   
    Menu1.writeMenus();
}
//-->
