<!--

/*
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";
IsStatic="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="brown";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#F2E9DC";
linkOverBGColor="#F2E9DC";
linkTarget="_top";
linkAlign="left";
barBGColor="brown";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MAIN 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]=["Menu"] //create header
ssmItems[1]=["Home", "/harbhajanmann.html", ""]
ssmItems[2]=["Biography", "/biography.html", ""]
ssmItems[3]=["Filmography", "/filmography.html", ""]
ssmItems[4]=["Albums", "/albums.html", ""] 
ssmItems[5]=["Playback Singing", "/playback.html", ""]
ssmItems[6]=["Collection", "/collection.html", ""] 
ssmItems[7]=["Awards", "/awards.html", ""]
ssmItems[8]=["Celebrities Thoughts", "/thoughts.html", ""] 
ssmItems[9]=["Snap Shots", "/snapshots.html", ""]
ssmItems[10]=["H.M Gallery", "/gallery.html", ""]
ssmItems[11]=["Contact Us", "/contact.html", ""] 


buildMenu();

//-->