<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
Puplished For VB By Developer
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=34; // no quotes!!
slideSpeed=15 // 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="2";
hdrFontColor="white";
hdrBGColor="#800000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFCC00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CELEBS ISLAND 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]=["Das wichtigste"] //create header
ssmItems[1]=["Das Logbuch", "http://www.celebs-island.net/ci/forumdisplay.php?f=2", "_self"]
ssmItems[2]=["Deine Flaschenpost", "http://www.celebs-island.net/ci/private.php","_self"]
ssmItems[3]=["Einstellungen", "http://www.celebs-island.net/ci/profile.php?do=editoptions", "_self"]
ssmItems[4]=["Dein Profil", "http://www.celebs-island.net/ci/profile.php?do=editprofile", "_self"]
ssmItems[5]=["Die Insel-Leitung", "http://www.celebs-island.net/ci/showgroups.php?", "_self"]
ssmItems[6]=["Insel-Chat", "http://www.celebs-island.net/ci/javachat.php", "_blank"]
ssmItems[7]=["Koordinaten"]
ssmItems[8]=["Inselkarte", "http://www.celebs-island.net/ci/vbgooglemapme.php", "_self",1, "no"] //create two column row
ssmItems[9]=["Eintrag", "http://www.celebs-island.net/ci/vbgooglemapme.php?do=addelement", "_self",1]

ssmItems[10]=["Imagehoster", "", "_blank"] //create header
ssmItems[11]=["Imagevenue", "http://www.imagevenue.com", "_blank"]
ssmItems[12]=["Imageshack", "http://www.imageshack.us", "_blank"]
ssmItems[13]=["Sonstiges", "", "_blank"] //create header
ssmItems[14]=["Kalender", "http://www.celebs-island.net/ci/calendar.php", "_blank"]
ssmItems[15]=["Kontrollzentrum", "http://www.celebs-island.net/ci/usercp.php", "_blank"]
ssmItems[16]=["Lotto spielen", "http://www.celebs-island.net/ci/lottoplay.php?do=lotto/", "_blank"]
ssmItems[17]=["Aktienhandel", "", "_blank"] //create header
ssmItems[18]=["Aktien kaufen", "http://www.celebs-island.net/ci/share.php?do=buy", "_blank"]
ssmItems[19]=["Aktien verkaufen", "http://www.celebs-island.net/ci/share.php?do=sell", "_blank"]
ssmItems[20]=["Aktiendepot", "http://www.celebs-island.net/ci/share.php?do=view", "_blank"]
ssmItems[21]=["Böresenkurs", "http://www.celebs-island.net/ci/share.php?do=stock", "_blank"]
ssmItems[22]=["Bankgeschäfte", "", "_blank"] //create header
ssmItems[23]=["Sparbuch anzeigen", "http://www.celebs-island.net/ci/bankbook.php?do=view", "_blank"]
ssmItems[24]=["Insel Dollar einzahlen", "http://www.celebs-island.net/ci/bankbook.php?do=payin", "_blank"]
ssmItems[25]=["Insel Dollar abheben", "http://www.celebs-island.net/ci/bankbook.php?do=disburse", "_blank"]
ssmItems[26]=["Kredite anzeigen", "http://www.celebs-island.net/ci/credit.php?do=view", "_blank"]
ssmItems[27]=["Kredite aufnehmen", "http://www.celebs-island.net/ci/credit.php?do=get", "_blank"]
ssmItems[28]=["Dauerauftrag anlegen", "http://www.celebs-island.net/ci/sorder.php?do=create", "_blank"]
ssmItems[29]=["Deine Daueraufträge", "http://www.celebs-island.net/ci/sorder.php?do=view", "_blank"]
ssmItems[30]=["Koditionen anzeigen", "http://www.celebs-island.net/ci/bank.php?", "_blank"]
ssmItems[31]=["Portal" , "", "-blank"] //create header
ssmItems[32]=["Portal",  "http://www.celebs-island.net/ci/portal.php?", "_blank"]
ssmItems[33]=["Hangman"] //create header
ssmItems[34]=["Hangman","http://www.celebs-island.net/ci/hangman.php?", "_blank"]
















buildMenu();

//-->
