<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="2";
hdrFontColor="white";
hdrBGColor="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="red";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["Lez get movin'"] //create header
ssmItems[1]=["HOME", "./index.html", ""]
ssmItems[2]=["FLASH VERSION", "./flashmain.html",""]
ssmItems[3]=["BLOG", "http://seek-no-moksha.blogspot.com", ""]
ssmItems[4]=["WISHLIST", "./wishlist.html", ""]
ssmItems[5]=["FRIENDS", "./friends.html", ""]
ssmItems[6]=["SLAMBOOK", "./slambook.html", ""]

ssmItems[7]=["Email", "mailTo:sumit_sharma@writeme.com"]

ssmItems[8]=["WORK", "", ""] //create header
ssmItems[9]=["PUBLICITY", "#", ""]
ssmItems[10]=["WEBSITES", "#", ""]
ssmItems[11]=["PEN AND INK", "./pennink.html", ""]
ssmItems[12]=["MANAGEMENT", "#", ""]
ssmItems[13]=["ABOUT", "", ""] //create header
ssmItems[14]=["ME", "./me.html", "", 1, "no"] //create two column row
ssmItems[15]=["THE SITE", "./stats.html", "",1]
ssmItems[16]=["CONNECT", "", ""] //create header
ssmItems[17]=["Orkut", "http://www.orkut.com/Profile.aspx?uid=825922307462359497", "", 1, "no"] //create two column row
ssmItems[18]=["YIM", "http://edit.yahoo.com/config/send_webmesg?.target=smitz4friends&.src=pg", "",1]
ssmItems[19]=["KBDAV 7", "", ""] //create header
ssmItems[20]=["Orkut", "http://www.orkut.com/Community.aspx?cmm=34651274", "", 1, "no"] //create two column row
ssmItems[21]=["Photos", "./school.html", "",1]
ssmItems[22]=["Profile List", "./linklist.html", ""]




buildMenu();

//-->
