<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/


function addit(url)
		{
		if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion >= "4.0" && navigator.platform == "Win32")
		{window.external.addFavorite(url,"Suresh pillai website");}
		else
		{
		if (navigator.platform == "Win32")
			{
			alert("Please press CONTROL+D to add this page to your bookmarks.");
			}
		else
			{
			if (navigator.appName == "Microsoft Internet Explorer")
				{
				alert("Please press COMMAND+D to add this page to your favorites.");
				}
			else
				{
				alert("Please press COMMAND+D to add this page to your bookmarks.");
				}
			}
		}
		}
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="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SURESH PILLAI"; // <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]=["WELCOME"] //create header
ssmItems[1]=["About Me", "Aboutme.html", "right"]
ssmItems[2]=["Experience", "surexperiance.html", "right"]
ssmItems[3]=["Profile", "login.html", "_new"]

//ssmItems[4]=["Bookmark", "javascript:addit(http://geocities.com/psk_suresh/sureshpillai.html)", ""]
//ssmItems[4]=["Bookmark", "comingsoon.html", "right"]

ssmItems[4]=["Feedback", "feedback.html", "right", 1, "no"] //create two column row
ssmItems[5]=["Email", "mailme.html", "right",1]

ssmItems[6]=["PERSONAL"] //create header
ssmItems[7]=["Photos", "newmovie.html", "right"]
ssmItems[8]=["Address Book", "login.html","_new"]

ssmItems[9]=["External Links", "", ""] //create header
//ssmItems[10]=["Perl Tips", "PerlTips.html", "right"]
ssmItems[10]=["Perl Tips", "cgi-bin/printTemplate.cgi?tmp=10", "right"]
ssmItems[11]=["HTML Tips", "http://www.javascript.com", "_new"]

ssmItems[12]=["Home", "", ""]
ssmItems[13]=["Back to Home", "right.html", "right"]
buildMenu();

//-->
