		function Hide(str) {
		x = document.getElementById(str);
		x.style.display = 'none';
		}
		
		function Show(str) {
		x = document.getElementById(str);
		x.style.display = 'block';
		}
		
function loadFlash() {

		var yeeehaw = new SWFObject("top.swf", "toplogo", "765", "162", "6", "#000000");
            yeeehaw.addParam("wmode", "transparent");
		    yeeehaw.write("header");

}