var flash=0; // define variable for older browsers (IE 4, WIN95)

// DETECT FLASH ON ALL BROWSERS EXCEPT WINDOWS IE
function detectFlash(){
	var flash = 0;
	if (navigator.plugins && navigator.plugins.length > 0){
		if (navigator.plugins["Shockwave Flash"]) {
			flash = navigator.plugins["Shockwave Flash"].description;
			flash = flash.substring(flash.indexOf(".")-1);
		} 
	}
	return parseInt(flash);
}

// CHECK FLASH VERSION, REDIRECT TO ERROR PAGE
function testVersion(flash, flash_min){
	//alert("flash: "+flash+"; flash_min: "+flash_min);
	if(flash >= flash_min){
		setFlashCookie(flash);
		return true;
	}else{
		return false;
	}
}


// WRITE FLASH VERSION TO COOKIE
function setFlashCookie(flash){
	document.cookie = "_flash="+parseInt(flash)+";";
}



// READ ENTIRE COOKIE BACK (USED FOR DEBUGGING)
function readCookie(){
	document.write(document.cookie);
}


// DEPOSIT FLASH FILE HERE
function embedFlash(f, p, w, h){ // file, parameters, width, height
	m = 5; // min version
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+m+',0,0,0" width="'+w+'" height="'+h+'">');
    document.write('  <param name="movie" value="'+f+'?'+p+'" />');
    document.write('  <param name="quality" value="high" />');
    document.write('  <embed src="'+f+'?'+p+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed></object>');
}

function altAbout(){
	document.write('<img src="/img/alt_about.jpg" width="771" height="171" border="0" usemap="#about">');
	document.write('<map name="about">');
	document.write('<area shape="rect" coords="13,152,80,168" href="/about">');
	document.write('<area shape="rect" coords="108,152,179,169" href="/about/virtualtour.html">');
	document.write('<area shape="rect" coords="200,153,249,169" href="/about/history.html">');
	document.write('<area shape="rect" coords="273,153,373,168" href="/about/directors.html">');
	document.write('<area shape="rect" coords="402,151,477,169" href="/about/achievements.html">');
  	document.write('<area shape="rect" coords="639,155,686,168" href="/register">');
  	document.write('<area shape="rect" coords="730,154,765,167" href="/login">');
	document.write('</map>');
}
function altEducation(){
	document.write('<img src="/img/alt_education.jpg" width="771" height="171" border="0" usemap="#education">');
  	document.write('<map name="education" id="education">');
 	document.write('<area shape="rect" coords="12,152,118,167" href="/education">');
  	document.write('<area shape="rect" coords="138,151,232,167" href="/education/summer.html">');
  	document.write('<area shape="rect" coords="258,150,344,166" href="/education/young.html">');
  	document.write('<area shape="rect" coords="382,150,433,165" href="/education/alumni.html">');
  	document.write('<area shape="rect" coords="639,155,686,168" href="/register">');
  	document.write('<area shape="rect" coords="730,154,765,167" href="/login">');
	document.write('</map>');
}
function altGetInvolved(){
	document.write('<img src="/img/alt_getInvolved.jpg" width="771" height="171" border="0" usemap="#getinvolved">');
  	document.write('<map name="getinvolved" id="getinvolved">');
  	document.write('<area shape="rect" coords="13,150,105,169" href="/getinvolved">');
  	document.write('<area shape="rect" coords="129,152,226,169" href="/getinvolved/women.html">');
  	document.write('<area shape="rect" coords="247,151,362,169" href="/getinvolved/ambassadors.html">');
  	document.write('<area shape="rect" coords="389,152,492,168" href="/getinvolved/diplomatsprogram.html">');
  	document.write('<area shape="rect" coords="508,151,601,168" href="/getinvolved/visit.html">');
  	document.write('<area shape="rect" coords="639,155,686,168" href="/register">');
  	document.write('<area shape="rect" coords="730,154,765,167" href="/login">');
	document.write('</map>');
}
function altNews(){
	document.write('<img src="/img/alt_news.jpg" width="771" height="171" border="0" usemap="#news">');
  	document.write('<map name="news" id="news">');
  	document.write('<area shape="rect" coords="12,152,134,168" href="/news">');
  	document.write('<area shape="rect" coords="155,151,236,170" href="/news/features.html">');
  	document.write('<area shape="rect" coords="256,153,296,168" href="/news/videos.html">');
  	document.write('<area shape="rect" coords="316,152,396,169" href="/news/releases.html">');
  	document.write('<area shape="rect" coords="412,151,491,169" href="/news/adcampaign.html">');
	document.write('<area shape="rect" coords="639,155,686,168" href="/register">');
	document.write('<area shape="rect" coords="730,154,765,167" href="/login">');
  	document.write('</map>');
}
function altSupport(){
	document.write('<img src="/img/alt_support.jpg" width="771" height="171" border="0" usemap="#support">');
  	document.write('<map name="support" id="support">');
  	document.write('<area shape="rect" coords="14,152,72,168" href="/support">');
  	document.write('<area shape="rect" coords="114,151,196,168" href="/support/giving.html">');
  	document.write('<area shape="rect" coords="242,151,306,168" href="/support/foundations.html">');
	document.write('<area shape="rect" coords="639,155,686,168" href="/register">');
	document.write('<area shape="rect" coords="730,154,765,167" href="/login">');
  	document.write('</map>');
}
function altContact(){
	document.write('<img src="/img/alt_contact.jpg">');
}
function altTopNav(){
	document.write('<img src="/img/alt_nav.jpg" width="771" height="53" border="0" usemap="#topNav">');
	document.write('<map name="topNav" id="topNav">');
	document.write('<area shape="rect" coords="1,2,232,50" href="/index.html">');
	document.write('<area shape="rect" coords="250,24,301,50" href="/about">');
	document.write('<area shape="rect" coords="319,23,387,49" href="/education">');
	document.write('<area shape="rect" coords="413,24,489,49" href="/getinvolved">');
	document.write('<area shape="rect" coords="517,21,556,49" href="/news">');
	document.write('<area shape="rect" coords="580,22,692,50" href="/support">');
	document.write('<area shape="rect" coords="716,20,769,50" href="/contact">');
	document.write('</map>');
}

