//MENU TITLE
eyesys_title="www.stratari.gr"
//TITLE BACKGROUND COLORS
eyesys_titlecol1="black"
eyesys_titlecol2="darkgreen"
//TITLE COLOR
eyesys_titletext="white"
//MENU & ITEM BACKGROUND COLOR
eyesys_bg="#f4fef3"
//ITEM BACKGROUND COLOR ON MOUSE OVER
eyesys_bgov="#607f60"
//MENU COLOR
eyesys_cl="#004400"
//MENU COLOR ON MOUSE OVER
eyesys_clov="white"
//MENU WIDTH
eyesys_width=180
//menu starts here
eyesys_init()
//menu item sintax:  eyesys_item(text,icon,link)
//for no icon use 'null'
eyesys_item('Αρχική σελίδα','../pix-m/home.gif','../index.html')
eyesys_item('daskalos.edu.gr','../pix-m/red.gif','http://www.daskalos.edu.gr/index.html')
eyesys_item('μ@θητολόγιο','../pix-m/red.gif','../mathitologio/index.html')
eyesys_item('προστασία από ιούς','../pix-m/red.gif','../virus/index.html')
eyesys_item('υπολογιστές','../pix-m/red.gif','../computers/index.html')
eyesys_item('λεξικό','../pix-m/red.gif','../lexicon/index.html')
eyesys_item('διαδίκτυο','../pix-m/red.gif','../internet/index.html')
eyesys_item('διευθύνσεις','../pix-m/red.gif','../links/index.html')
eyesys_item('netiquette','../pix-m/red.gif','../netiquette/index.html')
eyesys_item('newsgroups','../pix-m/red.gif','../newsgroups/index.html')
eyesys_item('html','../pix-m/red.gif','../html/index.html')
eyesys_item('divx','../pix-m/red.gif','../divx/index.html')
eyesys_item('icq','../pix-m/red.gif','../icq/index.html')
eyesys_item('osfn','../pix-m/red.gif','../osfn/index.html')
eyesys_item('seti','../pix-m/red.gif','../seti/index.html')
eyesys_item('scifi.gr','../pix-m/red.gif','http://www.scifi.gr/index.html')
eyesys_item('e-mail','../pix-m/email.gif','mailto:stratari@otenet.gr')
//mene closes here
eyesys_close()
