
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=140; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#314797";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#E6B406";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CA6D37";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="BasketNews MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["BasketNews Menu"] //create header
ssmItems[1]=["Home", "http://www.basketnews.gr", ""]
ssmItems[2]=["Αρχείο ειδήσεων", "http://www.basketnews.gr/index.php?pg=newscategoryview",""]
ssmItems[3]=["Ατζέντα", "http://www.basketnews.gr/index.php?pg=antzeda",""]
ssmItems[4]=["Το θέμα του μήνα", "http://www.basketnews.gr/index.php?pg=themalists&thm_id=",""]
ssmItems[5]=["Ελληνικό Basket", "", ""] //create header
ssmItems[6]=["Α1 Ανδρών", "http://www.basketnews.gr/index.php?pg=categoryarticles&cat_id=10", ""]
ssmItems[7]=["Α2 Ανδρών", "http://www.basketnews.gr/index.php?pg=categoryarticles&cat_id=11", ""]
ssmItems[8]=["Α1 Γυναικών", "http://www.basketnews.gr/index.php?pg=categoryarticles&cat_id=12", ""]
ssmItems[9]=["Α2 Γυναικών", "http://www.basketnews.gr/index.php?pg=categoryarticles&cat_id=13", ""]
ssmItems[10]=["Βαθμολογία", "http://www.basketnews.gr/index.php?pg=standings&category=A1m", ""]
ssmItems[11]=["Εθνικές ομάδες", "http://www.basketnews.gr", ""]
ssmItems[12]=["Νational Basket", "", ""] //create header
ssmItems[13]=["ULEB", "http://www.basketnews.gr/index.php?pg=categoryarticles&cat_id=4", ""]
ssmItems[14]=["FIBA", "http://www.basketnews.gr/index.php?pg=categoryarticles&cat_id=5", ""]
ssmItems[15]=["EOK", "http://www.basketnews.gr/index.php?pg=categoryarticles&cat_id=6", ""]
ssmItems[16]=["NBA", "http://www.basketnews.gr/index.php?pg=categoryarticles&cat_id=7", ""]
ssmItems[17]=["Ξένα πρωταθλήματα", "http://www.basketnews.gr/index.php?pg=categoryarticles&cat_id=8", ""]
ssmItems[18]=["ΕΣΑΚΕ", "http://www.basketnews.gr/index.php?pg=categoryarticles&cat_id=9", ""]
ssmItems[19]=["Πληροφορίες", "", ""] //create header
ssmItems[20]=["Links", "http://www.basketnews.gr/index.php?pg=links&category=GRT", ""]
ssmItems[21]=["Εταιρεία", "http://www.basketnews.gr/index.php?pg=las", ""]
//ssmItems[22]=["Επικοινωνία", "http://www.basketnews.gr", ""]

buildMenu();

//-->