<!--

/*
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="#32526B";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#D6EDFF";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="#32526B";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="QUICK LINKS HERE"; // <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]=["<b>OFFICIAL</b>","",""] //create header
ssmItems[1]=["Home", "default.asp", ""]
ssmItems[2]=["Services", "PRameshServiceslist.asp?cmd=resetall",""]
ssmItems[3]=["Project Portfolio", "PRameshPortfolioSlideShowlist.asp?cmd=resetall", ""]
ssmItems[4]=["Service Team", "PRameshContactListlist.asp?x_contactcategory=Service Team", ""]
ssmItems[5]=["Inventions", "PRameshInventionslist.asp?cmd=resetall", ""]
ssmItems[6]=["Downloads", "PRameshDownloadslist.asp?cmd=resetall", ""]
ssmItems[7]=["Free Tips", "PRameshFreeTipslist.asp?cmd=resetall", ""]
ssmItems[8]=["Favoutite Sites", "PRameshFavouriteSiteslist.asp?cmd=resetall", ""]
ssmItems[9]=["Contacts Diary", "PRameshContactListlist.asp?cmd=resetall",""]
ssmItems[10]=["Submit Contact", "PRameshContactListadd.asp", ""]
ssmItems[11]=["Enquiry", "PRameshEnquiryAdd.asp", ""]

ssmItems[12]=["<b>PERSONAL</b>", "", ""] //create header
ssmItems[13]=["Family SlideShow", "PRameshFamilySlideShowlist.asp?cmd=resetall", ""]
ssmItems[14]=["My People", "PRameshPersoalProfileslist.asp?cmd=resetall", ""] //create header
ssmItems[15]=["Submit Profile", "PRameshPersoalProfilesadd.asp", ""]
ssmItems[16]=["Submit Contact", "PRameshContactListadd.asp",""]
ssmItems[17]=["Contacts Diary", "PRameshContactListlist.asp?cmd=resetall",""]
ssmItems[18]=["Write to Me", "PRameshEnquiryAdd.asp", ""]

ssmItems[19]=["<b>GENERAL</b>", "", ""]//create header
ssmItems[20]=["Change Theme","../default.asp", "_blank"]
ssmItems[21]=["About Me", "PRameshContactListList.asp?x_Name=P.Ramesh", ""]
ssmItems[22]=["Mail Me", "mailto:PRamesh@PRamesh.Net?subject=                   (contacting from http://PRamesh.Net)", ""]
ssmItems[23]=["Login", "PRameshlogin.asp", ""]
ssmItems[24]=["Logout", "PRameshlogout.asp", ""]
ssmItems[25]=["Register", "PRameshregister.asp", ""]
ssmItems[26]=["FORUM", "../Forum/", ""]
ssmItems[27]=["<b>&nbsp;</b>", "", ""]//create header

buildMenu();

//-->
