<!-- Begin

// AVAILABLE COLOR THEMES
// Copyright Topolino Web Designs 2011

//	gray
//	blue
//	navy
//	burgundy
//	gold
//	teal

var colorstyle	 	= "blue"	// COLOR THEME

// DO NOT EDIT BELOW THIS LINE

document.write('<link rel="StyleSheet" href="../css/'+colorstyle+'.css" type="text/css">');
document.write('<link rel="StyleSheet" href="../css/'+colorstyle+'-menu.css" type="text/css">');

// SAFARI DETECT IFRAME CODE

if (navigator.userAgent.indexOf('Safari') != -1) {
document.write('<style type="text/css">');
document.write('.sidebar-frame	{ visibility: visible; }');
document.write('</style>');
}

//  End -->
