if (document.getElementById?1:0) {
document.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" bgcolor=\"#273927\">");
popMenu("index","Home",0);
popMenu("history","History",0);
popMenu("service","Service",0);
popMenu("production","Production",0);
popMenu("enquiry","Contact Us",0);
popMenu("products","Products",1);
document.write("<\/table>");
} else {
document.write("<small><a href=\"index.php\">Home<\/a><br>" +
                       "<a href=\"history.php\">History<\/a><br>" +
                       "<a href=\"service.php\">Service<\/a><br>" +
                       "<a href=\"production.php\">Production<\/a><br>" +
                       "<a href=\"mailto:puli@ms5.hinet.net\">Contact Us<\/a><br>" +
                       "<a href=\"products.php\">Products:</a><\/small>");
}
