function setPages() {
	if (document.getElementById('homeFlash')) {
		document.getElementById('howTo').className = 'home';
		document.getElementById('homeFlash').innerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0" width="537" height="250"><param name="movie" value="flash\/intro.swf" \/><param name="quality" value="high" \/><param name="wmode" value="transparent" \/><embed src="flash\/intro.swf" quality="high" pluginspage="http:\/\/www.macromedia.com\/go\/getflashplayer" type="application\/x-shockwave-flash" width="537" height="250" wmode="transparent"><\/embed><\/object>';
	}
	if (document.getElementById('pageHeader')) {
		document.getElementById(document.getElementById('pageHeader').className + 'Link').className = 'active';
	}
}

function blockError(){
	return true;
}

window.onload = setPages;
window.onerror = blockError;