<!-- Begin

// AVAILABLE COLOR THEMES

//	gray
//	blue
//	navy
//	burgundy
//	gold


// EDIT THE VARIABLE BELOW WITH A CHOICE ABOVE (only in lowercase)


var colorstyle	 	= "blue"	// COLOR THEME


// YOU DO NOT NEED TO EDIT BELOW THIS LINE

document.write('<link rel="StyleSheet" type="text/css" href="tools/'+colorstyle+'.css" >');
document.write('<link rel="StyleSheet" type="text/css" href="tools/'+colorstyle+'-menu.css" >');


//  End -->