<script language="javascript" type="text/javascript">
<!--

	function isNetscape() {
		appName = navigator.appName; appLongVer = navigator.appVersion; appVer = appLongVer.substring(0, 1); 	
		if(appVer >= 5)
			return false;
		else if ((appName == "Netscape") && (appVer >= 4)) 
			return true;
		return false;
	}		
	function isNetscape6() {
		appName = navigator.appName; appLongVer = navigator.appVersion; appVer = appLongVer.substring(0, 1);	
		if ((appName == "Netscape") && (appVer >= 5)) return true;
		return false;
	}		
	function isIE() {
		appName = navigator.appName; appLongVer = navigator.appVersion; appVer = appLongVer.substring(0, 1); 		
		if ((appName == "Microsoft Internet Explorer") && (appVer >= 4)) return true;
		return false;
	}

	function CreateThumbs()
	{
		var imgPath
		
					if ( isIE() )
					{ spanThumb81468.style.display = "none"; }		
					if ( isNetscape6() )
					{ document.getElementById('spanThumb81468').visibility = "hidden"; }
					if ( isNetscape() )
					{ document.spanThumb81468.visibility="hide"; }
									
					var strQuery = new String("http://www.bsu.edu/common/lib/thumb_gen_cda/0,1907,81468%252D50%252D1,00.html");
		
					if ( isIE() )
					{
						document.TheThumb81468.src = strQuery;
						spanThumb81468.style.display = "";
					}
					if ( isNetscape6() )
					{
						document.TheThumb81468.src = strQuery;
						document.TheThumb81468.visibility = "visible";
					}
					if ( isNetscape() )
					{
						var image1 = '<img name="thumbnail" src="' + strQuery + '">';
						document.spanThumb81468.document.write(image1);
						document.spanThumb81468.document.close();
						document.spanThumb81468.visibility="show"
					}
				
					if ( isIE() )
					{ spanThumb77947.style.display = "none"; }		
					if ( isNetscape6() )
					{ document.getElementById('spanThumb77947').visibility = "hidden"; }
					if ( isNetscape() )
					{ document.spanThumb77947.visibility="hide"; }
									
					var strQuery = new String("http://www.bsu.edu/common/lib/thumb_gen_cda/0,1907,77947%252D50%252D1,00.html");
		
					if ( isIE() )
					{
						document.TheThumb77947.src = strQuery;
						spanThumb77947.style.display = "";
					}
					if ( isNetscape6() )
					{
						document.TheThumb77947.src = strQuery;
						document.TheThumb77947.visibility = "visible";
					}
					if ( isNetscape() )
					{
						var image1 = '<img name="thumbnail" src="' + strQuery + '">';
						document.spanThumb77947.document.write(image1);
						document.spanThumb77947.document.close();
						document.spanThumb77947.visibility="show"
					}
				
					if ( isIE() )
					{ spanThumb77392.style.display = "none"; }		
					if ( isNetscape6() )
					{ document.getElementById('spanThumb77392').visibility = "hidden"; }
					if ( isNetscape() )
					{ document.spanThumb77392.visibility="hide"; }
									
					var strQuery = new String("http://www.bsu.edu/common/lib/thumb_gen_cda/0,1907,77392%252D50%252D1,00.html");
		
					if ( isIE() )
					{
						document.TheThumb77392.src = strQuery;
						spanThumb77392.style.display = "";
					}
					if ( isNetscape6() )
					{
						document.TheThumb77392.src = strQuery;
						document.TheThumb77392.visibility = "visible";
					}
					if ( isNetscape() )
					{
						var image1 = '<img name="thumbnail" src="' + strQuery + '">';
						document.spanThumb77392.document.write(image1);
						document.spanThumb77392.document.close();
						document.spanThumb77392.visibility="show"
					}
				
					if ( isIE() )
					{ spanThumb51426.style.display = "none"; }		
					if ( isNetscape6() )
					{ document.getElementById('spanThumb51426').visibility = "hidden"; }
					if ( isNetscape() )
					{ document.spanThumb51426.visibility="hide"; }
									
					var strQuery = new String("http://www.bsu.edu/common/lib/thumb_gen_cda/0,1907,51426%252D50%252D1,00.html");
		
					if ( isIE() )
					{
						document.TheThumb51426.src = strQuery;
						spanThumb51426.style.display = "";
					}
					if ( isNetscape6() )
					{
						document.TheThumb51426.src = strQuery;
						document.TheThumb51426.visibility = "visible";
					}
					if ( isNetscape() )
					{
						var image1 = '<img name="thumbnail" src="' + strQuery + '">';
						document.spanThumb51426.document.write(image1);
						document.spanThumb51426.document.close();
						document.spanThumb51426.visibility="show"
					}
				
	}
//-->