﻿document.writeln("<script type=text\/javascript>");
document.writeln("<!--");
document.writeln("function menuFix() {");
document.writeln("    var sfEls = document.getElementById(\"nav\").getElementsByTagName(\"li\");");
document.writeln("    for (var i=0; i<sfEls.length; i++) {");
document.writeln("        sfEls[i].onmouseover=function() {");
document.writeln("        this.className+=(this.className.length>0? \" \": \"\") + \"sfhover\";");
document.writeln("        }");
document.writeln("        sfEls[i].onMouseDown=function() {");
document.writeln("        this.className+=(this.className.length>0? \" \": \"\") + \"sfhover\";");
document.writeln("        }");
document.writeln("        sfEls[i].onMouseUp=function() {");
document.writeln("        this.className+=(this.className.length>0? \" \": \"\") + \"sfhover\";");
document.writeln("        }");
document.writeln("        sfEls[i].onmouseout=function() {");
document.writeln("        this.className=this.className.replace(new RegExp(\"( ?|^)sfhover\\\\b\"), ");
document.writeln("\"\");");
document.writeln("        }");
document.writeln("    }");
document.writeln("}");
document.writeln("window.onload=menuFix;");
document.writeln("\/\/--><\/script>");
document.writeln("        <center>");
document.writeln("          <div id=div_center>");
document.writeln("            <ul id=nav>");
document.writeln("              <li><b><a href=\"\/index.jsp\">Home<\/a><\/b>      ");
document.writeln("              <\/li>");
document.writeln("              <li><b>");
document.writeln("				<a href=\"\/products\/index.jsp\">Products<\/a><\/b>");
document.writeln("                <ul>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/products/product.jsp?sort_no=02\">Skid steer loader<\/A><\/LI>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/products/product.jsp?sort_no=01\">Track loader<\/A><\/LI>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/products/product.jsp?sort_no=05\">Mini wheel loader<\/A><\/LI>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/products/product.jsp?sort_no=03\">Excavator<\/A><\/LI>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/products/attachment.jsp\">Attachment<\/A><\/LI>                ");
document.writeln("                <\/UL>");
document.writeln("              <\/LI>");
document.writeln("              <LI><b>");
document.writeln("				<A href=\"\/service\/index.jsp\">Services& Support<\/A><\/b>");
document.writeln("              <UL>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/service\/index.jsp\">Service Network<\/A><\/LI>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/service\/warranty.jsp\">Warranty Information<\/A><\/LI>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/service\/dealer.jsp\">Dealer Locator<\/A><\/LI>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/service\/part.jsp\">Parts Support<\/A><\/LI>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/service\/feedback.jsp\">Feedback<\/A><\/LI>");
document.writeln("                <\/UL>");
document.writeln("              <\/LI>");
document.writeln("              <LI><b><A href=\"\/cases\/index.jsp\">Application Cases<\/A><\/b> ");
document.writeln("              <UL>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/cases\/agri.jsp\">Agriculture<\/A><\/LI>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/cases\/cons.jsp\">Construction<\/A><\/LI>");
document.writeln("                  <LI ><A href=\"\/cases\/public.jsp\">Public facilities<\/A><\/LI>");
document.writeln("                  <LI ><A href=\"\/cases\/indus.jsp\">Industry<\/A><\/LI>");
document.writeln("                  <LI ><A href=\"\/cases\/special.jsp\">Special<\/A><\/LI>");
document.writeln("                                  <\/UL>    ");
document.writeln("              <\/LI>");
document.writeln("              ");
document.writeln("              <LI><b><A href=\"\/aboutus\/index.jsp\">About racoon<\/A><\/b>");
document.writeln("                <UL>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/aboutus\/index.jsp\">About us<\/A><\/LI>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/aboutus\/news.jsp\">News<\/A><\/LI>");
document.writeln("                  <LI ><A href=\"\/aboutus\/certificate.jsp\">Certificate<\/A><\/LI>");
document.writeln("                <\/UL>");
document.writeln("              <\/LI>");
document.writeln("              <LI><b><A href=\"\/contactus\/index.jsp\">Contact us<\/A><\/b> ");
document.writeln("              <\/LI>");
document.writeln("              <LI><b><A href=\"\/online\/index.jsp\">Online Service<\/A><\/b>");
document.writeln("                <UL>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/online\/index.jsp\">Online order<\/A><\/LI>");
document.writeln("                  <LI >");
document.writeln("					<A href=\"\/online\/enquiry.jsp\">Online enquiry<\/A><\/LI>");
document.writeln("                <\/UL>");
document.writeln("              <\/LI>");
document.writeln("            <\/UL>");
document.writeln("          <\/div>");
document.writeln("        <\/center><\/td>");
document.writeln("      ");
document.writeln("    <\/tr>");
document.writeln("  <\/table>")