// browser test:
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == 'Netscape' && browserVer >= 3) version = '1';
else version = '2';
//
	function schulze_win()
		{ newWin=open('bios/schulze.html','AlbertSchulze','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}
	function bartush_win()
		{ newWin=open('bios/bartush.html','FelixBartush','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}
	function stoner_win()
		{ newWin=open('bios/stoner.html','RobertStoner','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}
	function brown_win()
		{ newWin=open('bios/brown.html','HarryBrown','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}		
	function reiley_win()
		{ newWin=open('bios/reiley.html','JohnReiley','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}		
	function hobbs_win()
		{ newWin=open('bios/hobbs.html','FrederickHobbs','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}		
	function blaschak_win()
		{ newWin=open('bios/blaschak.html','DanielBlaschak','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}		
	function mccullough_win()
		{ newWin=open('bios/mccullough.html','ThomasMcCullough','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}		
	function jones_win()
		{ newWin=open('bios/jones.html','JohnJones','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}		
	function weiss_win()
		{ newWin=open('bios/weiss.html','FrancesWeiss','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}	
	function fanelli_win()
		{newWin=open('bios/fanelli.html','LouisFanelli','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}	
	function ost_win()
		{newWin=open('bios/ost.html','NaomiMorrowOst','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}
	function guers_win()
		{newWin=open('bios/guers.html','DanielGuers','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}
	function evans_win()
		{newWin=open('bios/evans.html','AlbertEvans','width=500,height=300,scrollbars=yes,toolbars=no, resizable=no');}
	
		
// end hiding --->
	
