<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=-3;
staticYOffset=40; // no quotes!!
slideSpeed=20; // no quotes!!
waitTime=10; // 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=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Trebuchet MS, Arial, Helvetica, sans-serif";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#3355aa";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
hdrStyle="background: "+hdrBGColor+"; -moz-opacity:.9;opacity:.9;filter:alpha(opacity=90);-khtml-opacity:.9; background-image:url('images/cellpicBlue.jpg')";
linkFontFamily="Trebuchet MS, Arial, Helvetica, sans-serif";
linkFontSize="2";
linkBGColor="#303030";
linkOverBGColor="#707070";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Trebuchet MS, Arial, Helvetica, sans-serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="top";
barWidth=20; // no quotes!!
barText=' + MAIN MENU +'; // <IMG> tag supported. Put exact html for an image to show.
barStyle="background: url('images/navbg.jpg') repeat-y right; -moz-opacity:.6;opacity:.6;filter:alpha(opacity=60);-khtml-opacity:.6;";

barStyleTop="background: url('images/navbg_top.png') no-repeat right 2px; -moz-opacity:.6;opacity:.6;filter:alpha(opacity=60);-khtml-opacity:.6;";
barStyleBottom="background: url('images/navbg_bottom.png') no-repeat right -2px; -moz-opacity:.6;opacity:.6;filter:alpha(opacity=60);-khtml-opacity:.6;";

/* TD PROPERTIES ALSO FOUND IN STYLE.CSS  */

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?,] - leave 'link' and 'target' blank to make a header

/*
if (document.URL.indexOf('page=photos') != -1){
	//LINKS FROM PHOTOS PAGE (NEEDED FOR flash TARGET)
	var i=0;
	ssmItems[i]=["Photo Gallery"];i++;
	ssmItems[i]=[" Artistic", "thumbs.php?cat=artistic&startrow=0", "flash"];i++;
	ssmItems[i]=[" Landscape", "thumbs.php?cat=landscape&startrow=0", "flash"];i++;
	ssmItems[i]=[" Cityscape", "thumbs.php?cat=cityscape&startrow=0", "flash"];i++;
	ssmItems[i]=[" Macro", "thumbs.php?cat=macro&startrow=0", "flash"];i++;
	ssmItems[i]=[" Black & White", "thumbs.php?cat=B&W&startrow=0", "flash"];i++;
	
	if (readCookie('JPPfav')){
		ssmItems[i]=["<font color='pink'> My Favorites</font>", "thumbs.php?cat=myFavs&startrow=0", "flash"];i++;
	}
	if (readCookie('JPPyours')){
		ssmItems[i]=["<font color='lightgreen'> My Photos</font>", "thumbs.php?cat=yourPhotos&startrow=0", "flash"];i++;
	}
	ssmItems[i]=["Pages"];i++;
	ssmItems[i]=[" Home", "go.php?xrl=index.php", ""];i++;
	ssmItems[i]=[" Ratings", "go.php?xrl=index.php?page=rating", "_parent"];i++;
	ssmItems[i]=[" Info / FAQ", "go.php?xrl=index.php?page=info",""];i++;
	ssmItems[i]=[" More...", "go.php?xrl=index.php?page=more", ""];i++;
	ssmItems[i]=[" Bio", "go.php?xrl=index.php?page=bio", "_parent"];i++;
	ssmItems[i]=[" Guest Book", "go.php?xrl=index.php?page=guest", "_parent"];i++;
	ssmItems[i]=[" Contact", "go.php?xrl=index.php?page=contact", ""];i++;
	
	ssmItems[i]=["Members"];i++;
	var x=readCookie('JPPmember');
	if (x){
		ssmItems[i]=[" Settings	", "index.php?page=account", ""]; i++;
		ssmItems[i]=[" Logout", "go.php?xrl=index.php?page=logout", ""];i++;
	}else{
		ssmItems[i]=[" Login", "go.php?xrl=index.php?page=login", ""];i++;
		ssmItems[i]=[" Register", "go.php?xrl=index.php?page=register", ""];i++;
	}
	
}else{
	*/
	// LINK FROM OTHER THAN PHOTO PAGE
	var i=0;
	ssmItems[i]=["Pages"];i++;
	ssmItems[i]=[" Home", "go.php?xrl=index.php",,,,,,"Main Page"];i++;
	ssmItems[i]=[" Photo Gallery", "go.php?xrl=index.php?page=photos",,,,,,"Click to choose a category..."];i++;
	if (readCookie('JPPfav')){
		ssmItems[i]=["<font color='pink'> + My Favorites</font>", "go.php?xrl=index.php?page=photos&cat=myFavs&startrow=0",,,,,,"Photos you have favorited"];i++;
	}
	if (readCookie('JPPyours')){
		ssmItems[i]=["<font color='lightgreen'> + My Photos</font>", "go.php?xrl=index.php?page=photos&cat=yourPhotos&startrow=0",,,,,,"Photos in your account"];i++;
	}
	ssmItems[i]=[" Ratings", "go.php?xrl=index.php?page=rating",,,,,,"Current photo popularity"];i++;
	ssmItems[i]=[" Info / FAQ", "go.php?xrl=index.php?page=info",,,,,,"Answers and Help"];i++;
	ssmItems[i]=[" More...", "go.php?xrl=index.php?page=more",,,,,,"Other products and services..."];i++;
	ssmItems[i]=[" Bio", "go.php?xrl=index.php?page=bio",,,,,,"About me"];i++;
	ssmItems[i]=[" Guest Book", "go.php?xrl=index.php?page=guest",,,,,,"Sign and view"];i++;
	ssmItems[i]=[" Contact", "go.php?xrl=index.php?page=contact",,,,,,"E-mail me"];i++;

	ssmItems[i]=["Members"];i++;
	var x=readCookie('JPPmember');
	if (x != null){
		ssmItems[i]=[" Settings	", "index.php?page=account",,,,,,"Edit your account"]; i++;
		ssmItems[i]=[" Logout", "go.php?xrl=index.php?page=logout",,,,,,"Logout"];i++;
	}else{
		ssmItems[i]=[" Login", "go.php?xrl=index.php?page=login",,,,,,"Access the members benefits"];i++;
		ssmItems[i]=[" Register", "go.php?xrl=index.php?page=register",,,,,,"Become a member"];i++;
	}
//}
buildMenu();

//-->