//MENU TITLE
eyesys_title="Modern Prefab Systems Pvt. Ltd."
//TITLE BACKGROUND COLORS
eyesys_titlecol1="black"
eyesys_titlecol2="#0066B3"
//TITLE COLOR
eyesys_titletext="white"
//MENU & ITEM BACKGROUND COLOR
eyesys_bg="#FFF4F5"
//ITEM BACKGROUND COLOR ON MOUSE OVER
eyesys_bgov="#BE041B"
//MENU COLOR
eyesys_cl="black"
//MENU COLOR ON MOUSE OVER
eyesys_clov="white"
//MENU WIDTH
eyesys_width=200
//menu starts here
eyesys_init()
//menu item sintax:  eyesys_item(text,icon,link)
//for no icon use 'null'

eyesys_item(' Home Page','images/home.gif','index.html')

eyesys_item(' About Us','images/cir.gif','company_background.html')

eyesys_item(' Product Range','images/cir.gif','pre_system.html')

eyesys_item(' Certifications','images/cir.gif','certification.html')

eyesys_item(' Downloads','images/cir.gif','downloads.html')

eyesys_item(' Project Archives','images/cir.gif','project.html')

eyesys_item(' Careers','images/cir.gif','careers.html')

eyesys_item(' Feedback & Query','images/cir.gif','feedback.html')

eyesys_item(' Contact Us','images/cir.gif','contact.html')

eyesys_item(' Disclaimer','images/cir.gif','disclaimer.html')

//mene closes here
eyesys_close()