//MENU TITLE
eyesys_title="Crown Metal Works"
//TITLE BACKGROUND COLORS
eyesys_titlecol1="black"
eyesys_titlecol2="#225072"
//TITLE COLOR
eyesys_titletext="white"
//MENU & ITEM BACKGROUND COLOR
eyesys_bg="#edeff6"
//ITEM BACKGROUND COLOR ON MOUSE OVER
eyesys_bgov="#083968"
//MENU COLOR
eyesys_cl="black"
//MENU COLOR ON MOUSE OVER
eyesys_clov="white"
//MENU WIDTH
eyesys_width=150
//menu starts here
eyesys_init()
//menu item sintax:  eyesys_item(text,icon,link)
//for no icon use 'null'

eyesys_item(' Home','images/home.gif','index.html')

eyesys_item(' About Us','images/cir.gif','about.html')

eyesys_item(' Quality','images/cir.gif','quality.html')

eyesys_item(' Products','images/cir.gif','products.html')

eyesys_item(' Our Strength','images/cir.gif','our.html')

eyesys_item(' Infrastructure','images/cir.gif','infrastructure.html')

eyesys_item(' Contact Us','images/cir.gif','contact.html')


//mene closes here
eyesys_close()