function menuItem(item){
if (item == 1){return "index.htm";}
if (item == 2){return "Ceiltech_best.htm";}
if (item == 3){return "Ceiltech_works.htm";}
if (item == 4){return "Ceiltech_ruin.htm";}
if (item == 5){return "Ceiltech_contact.htm";}
if (item == 6){return "Ceiltech_about.htm";}
if (item == 7){return "Ceiltech_cust.htm";}
if (item == 8){return "Ceiltech_links.htm";}
}
