function showHoffman(element){	if (document.getElementById){		a=new Array('baker','besner','brown','fairbridge','lai','lehmann','middleton','ritter','romero','schroeder','shem','shier','wertschek','story');		for (i=0;i<a.length;i++){			document.getElementById(a[i]).style.display="none";		}		document.getElementById(element).style.display="block";	}}function ieFix(e,d){	s=document.getElementById(e).getElementsByTagName("span");	s[0].style.display=d;}function popWindow(url,w,h){	hp=window.open(url,"Homemade_Parachute","width="+w+",height="+h+",status=0,toolbar=0,menubar=0,resizable=0,scrollbars=0");	hp.focus()}function flashWin(){	x=screen.height	if (x==480) {		y = 350	} else if (x==600) {		y = 470	} else if (x==624) {		y = 470	} else if (x==768) {		y = 630	} else if (x<=870) {		y = 740	} else if (x<=960) {		y = 830	} else if (x<=1024) {		y = 870	} else if (x > 1024) {		y = x - 130	}		x = y	l=(screen.width-x) / 2;	t=(screen.height-y) / 2;		popWin=window.open("flash.html","HomemadeParachute","width="+x+",height="+y+",left="+l+",top="+t+",screenX="+l+",screenY="+t+",status=no,toolbar=no,menubar=no,resizable=no,scrollbars=no");	popWin.focus();}function mailto(add,name){	alpha="12wCAxGDPJHSIOKnELhM@pUtQvRbqVaWdXsYiZcfNgjBlmrkoFuTy.ze34";	ad="";	for (i=0;i<add.length;i++){		ad=ad+alpha.charAt(alpha.indexOf(add.charAt(i))-2);	}	e="";	for (i=0;i<name.length;i++){		e=e+alpha.charAt(alpha.indexOf(name.charAt(i))-2);	}	document.write('<a href="mailto:'+ad+'">'+e+'</a>');}function fixMail(){	alpha="12wCAxGDPJHSIOKnELhM@pUtQvRbqVaWdXsYiZcfNgjBlmrkoFuTy.ze34";	for(i=0;i<document.links.length;i++){		if (document.links[i].href.indexOf("mailto") >=0){			ad="";			x=document.links[i].href;			for (n=6;n<x.length;n++){				ad=ad+alpha.charAt(alpha.indexOf(x.charAt(n))-2);			}			at="U@uk4kds4tdodN@yv4eNuk";			atd="";			for (n=0;n<at.length;n++){				atd=atd+alpha.charAt(alpha.indexOf(at.charAt(n))-2);			}			document.links[i].href="mailto:"+ad+atd;		}	}}function decrypt(input){	alpha="12wCAxGDPJHSIOKnELhM@pUtQvRbqVaWdXsYiZcfNgjBlmrkoFuTy.ze34";	d="";	for (i=0;i<input.length;i++){		d=d+alpha.charAt(alpha.indexOf(input.charAt(i))-2);	}	document.write(d);}function createCookie(name,value,days) {	if (days) {		var date = new Date();		date.setTime(date.getTime()+(days*24*60*60*1000));		var expires = "; expires="+date.toGMTString();	}	else expires = "";	document.cookie = name+"="+value+expires+"; path=/";}