		function Hide(str) {
		x = document.getElementById(str);
		x.style.display = 'none';
		}
		
		function Show(str) {
		x = document.getElementById(str);
		x.style.display = 'block';
		}
		
		//here's the sIfr
//code for the h1 tags
var header = {  src: 'garamond.swf' };
sIFR.activate(header);

sIFR.replace(header, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'garamond.swf', 
  css: [ '.sIFR-root {color:#61527D; font-size:40px; font-style:italic; font-weight:bold;  }'  ]
});

