//Side Menu for Your Photos
var PageColor = "#ed6280";
var PageName = "Your Photos";

function SetLinks() {
	document.write('<style type="text/css"><!--');
	document.write('.Contents A:link {color:white}');
	document.write('.Contents A:hover {color:' + PageColor + '}');
	document.write('.Contents A:visited {color:lightgreen}');
	document.write('.Contents A:active {color:white}');
	document.write('--></style>');
}
