/*
[##########*##########*##########*##########*##########]
####												####
####  Custom API developed by						####
####  												####
####  e]O™											####
####   ~  											####
####  												####
####  eYe Openers design							####
####  http://eYeOpenersdesign.com					####
####  contact *web.development* at the above domain	####
####  © Wm Leslie Howard MMX - all rights reserved	####
####  												####
[##########*##########*##########*##########*##########]
*/

/*
##########( TOGGLES PRINTER CALLS FOR PLAIN TEXT OR GRAPHIC VERSIONS ]##########
WM ~ 10/23/5 ~ Put only necessary js changes in conditions and leave globals to the outside.
*/

function printCSS(selStyle){
if(selStyle=='text'){
	document.getElementById('cssPrintType').href='http://californialegacy.org/libraries/css/print_bw.css';
	document.getElementById('printBWheader').style.display='block';
	document.getElementById('printFooter').style.display='block';
	document.getElementById('tdContent').style.borderTop='0';
	document.getElementById('window').className='text_homePRINTbw';
	document.getElementById('LeftNavigationMenu').style.display='none';
	document.getElementById('tableFooter').style.display='none';
		if(document.getElementById('spanContrib')!=null){
			document.getElementById('contrib').className='text_homePRINTbw'};
	window.print();
	window.location.reload()}

else if(selStyle=='graphics'){
	document.getElementById('cssPrintType').href='http://californialegacy.org/libraries/css/print_color.css';
	document.getElementById('window').className='windowPrintGraphics';
	document.getElementById('printFooter').style.display='block';
	if(document.getElementById('spanContrib')!=null){
		document.getElementById('contrib').className='text_homePRINTbw'};

/*
	document.getElementById('CLPlogoType').src='http://californialegacy.org/images/graphics/logos/clp_banner.gif';
	document.getElementById('clpLogo').src='http://californialegacy.org/images/graphics/logos/bunchgrass_sm_x.gif';
*/
	window.print();
	window.location.reload()}}
	
/*
[##########*##########*##########*##########*##########]
####												####
####  Custom API developed by						####
####  												####
####  e]O™											####
####   ~  											####
####  												####
####  eYe Openers design							####
####  http://eYeOpenersdesign.com					####
####  contact *web.development* at the above domain	####
####  © Wm Leslie Howard MMX - all rights reserved	####
####  												####
[##########*##########*##########*##########*##########]
*/


