
//MENU TITLE

eyesys_title="All City Chat"


//TITLE BACKGROUND COLORS
eyesys_titlecol1="#1369A8"
eyesys_titlecol2="#1781CC"
//TITLE COLOR
eyesys_titletext="white"
//MENU & ITEM BACKGROUND COLOR
eyesys_bg="#CAE4F9"
//ITEM BACKGROUND COLOR ON MOUSE OVER
eyesys_bgov="#666666"
//MENU COLOR
eyesys_cl="black"
//MENU COLOR ON MOUSE OVER
eyesys_clov="white"


//MENU WIDTH
eyesys_width=130
//MENU HEIGHT
eyesys_height=400
//menu starts here
eyesys_init()
//menu item sintax:  eyesys_item(text,icon,link)
//for no icon use 'null'
eyesys_item('Home',null,'index.htm')
eyesys_item('About Us',null,'aboutus.htm')
eyesys_item('Website Owner',null,'websiteowner.htm')
eyesys_item('Chat User',null,'chatuser.htm')
eyesys_item('Tell a Friend',null,'tellafriend.htm')
eyesys_item('Link Exchange',null,'link.htm')
eyesys_item('Contact Us',null,'contactus.htm')

//mene closes here
eyesys_close()


