<!-- Begin

// AVAILABLE COLOR THEMES

//	gray
//	blue
//	bluegray
//	burgundy
//	gold
//            black
//            blackwhite
//            bluegray
//            darkgray
//            cobalt
//            bluewhite


// EDIT THE VARIABLE BELOW WITH A CHOICE ABOVE (only in lowercase)



var colorstyle	 	= "blackwhite"	// COLOR THEME







// COPYRIGHT 2007 © 3D ARTE Web design
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO 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">');

//  End -->
