// JavaScript Document
//MENU TITLE
eyesys_title="TCP/ Call Sheryl"
//TITLE BACKGROUND COLORS
eyesys_titlecol1="black"
eyesys_titlecol2="blue"
//TITLE COLOR
eyesys_titletext="white"
//MENU & ITEM BACKGROUND COLOR
eyesys_bg="#FFE48E"
//ITEM BACKGROUND COLOR ON MOUSE OVER
eyesys_bgov="#c0c0c0"
//MENU COLOR
eyesys_cl="000099"
//MENU COLOR ON MOUSE OVER
eyesys_clov="000099"
//MENU WIDTH
eyesys_width=140
eyesys_height=165
//menu starts here
eyesys_init()
//menu item sintax:  eyesys_item(text,icon,link)
//for no icon use 'null'
eyesys_item('Home','images/homeico.gif','index.html')
eyesys_item('Mission',null,'mission.html')
eyesys_item('Services',null,'services.html')
eyesys_item('Find a Job',null,'job.asp')
eyesys_item('History',null,'history.html')
eyesys_item('Clients',null,'clients.html')
eyesys_item('Contact Us',null,'submit.htm')
eyesys_item('Site Map',null,'sitemap.html')
eyesys_item('Recent Press',null,'press.html')
//mene closes here
eyesys_close()
