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, sec){ // file, parameters, width, height
	m = 5; // min version
	if (!sec) {
		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>');
	if (!sec) {
		document.write('</object>');
	}
}

function altAbout(){
	document.write('<img src="../images/acwis2k4/alt_about.jpg" width="781" height="171" border="0" usemap="#about">');
	document.write('<map name="about">');
	document.write('<area shape="rect" coords="2,152,89,169" href="PageServer?pagename=abt_mission" alt="Our Mission" />');
	document.write('<area shape="rect" coords="99,153,177,169" href="PageServer?pagename=abt_tour" alt="Virtual Tour" />');
	document.write('<area shape="rect" coords="191,152,253,169" href="PageServer?pagename=abt_history" alt="History" />');
	document.write('<area shape="rect" coords="264,153,372,170" href="PageServer?pagename=abt_board" alt="Board of Directors" />');
	document.write('<area shape="rect" coords="395,153,476,170" href="PageServer?pagename=abt_achievements" alt="Achievements" />');
	document.write('</map>');
}
function altEducation(){
	document.write('<img src="../images/acwis2k4/alt_education.jpg" width="781" height="171" border="0" usemap="#education">');
  	document.write('<map name="education" id="education">');
 	document.write('<area shape="rect" coords="10,154,118,173" href="PageServer?pagename=edu_apply" alt="Education Programs" />');
  	document.write('<area shape="rect" coords="139,155,236,177" href="PageServer?pagename=edu_summer" alt="Summer Programs" />');
  	document.write('<area shape="rect" coords="262,153,351,182" href="PageServer?pagename=edu_young" alt="Young@Science" />');
  	document.write('<area shape="rect" coords="386,154,427,176" href="PageServer?pagename=edu_alumni" alt="Alumni" />');
	document.write('</map>');
}
function altGetInvolved(){
	document.write('<img src="../images/acwis2k4/alt_getInvolved.jpg" width="781" height="171" border="0" usemap="#getinvolved">');
  	document.write('<map name="getinvolved" id="getinvolved">');
  	document.write('<area shape="rect" coords="2,152,103,169" href="PageServer?pagename=gin_upcoming" alt="Upcoming Events" />');
  	document.write('<area shape="rect" coords="117,151,224,169" href="PageServer?pagename=gin_women" alt="Women and Science" />');
  	document.write('<area shape="rect" coords="239,151,365,170" href="PageServer?pagename=gin_ambassadors" alt="National Ambassadors" />');
  	document.write('<area shape="rect" coords="382,151,486,170" href="PageServer?pagename=gin_diplomats" alt="Diplomats Program" />');
  	document.write('<area shape="rect" coords="505,151,604,170" href="PageServer?pagename=gin_visit" alt="Visit the Institute" />');
  	document.write('</map>');
}
function altNews(){
	document.write('<img src="../images/acwis2k4/alt_news.jpg" width="781" height="171" border="0" usemap="#news">');
  	document.write('<map name="news" id="news">');
  	document.write('<area shape="rect" coords="2,152,130,171" href="PageServer?pagename=new_weizmann" alt="Weizmann in the News" />');
  	document.write('<area shape="rect" coords="145,153,233,171" href="PageServer?pagename=new_features" alt="Feature Stories" />');
  	document.write('<area shape="rect" coords="245,152,295,170" href="PageServer?pagename=new_videos" alt="Videos" />');
  	document.write('<area shape="rect" coords="305,153,393,170" href="PageServer?pagename=new_releases" alt="News Releases" />');
  	document.write('<area shape="rect" coords="404,153,490,169" href="PageServer?pagename=new_ads" alt="Ad Campaigns" />');
  	document.write('</map>');
}
function altSupport(){
	document.write('<img src="../images/acwis2k4/alt_support.jpg" width="781" height="171" border="0" usemap="#support">');
  	document.write('<map name="support" id="support">');
  	document.write('<area shape="rect" coords="1,152,68,171" href="PageServer?pagename=sys_donate" alt="Donations" />');
  	document.write('<area shape="rect" coords="106,152,193,171" href="PageServer?pagename=sys_planned" alt="Planned Giving" />');
  	document.write('<area shape="rect" coords="231,151,306,170" href="PageServer?pagename=sys_foundations" alt="Foundations" />');
  	document.write('</map>');
}
function altTopNav(){
	document.write('<img src="../images/acwis2k4/alt_nav.jpg" width="781" height="53" border="0" usemap="#topNav">');
	document.write('<map name="topNav" id="topNav">');
	document.write('<area shape="rect" coords="2,3,226,50" href="PageServer?pagename=index">');
	document.write('<area shape="rect" coords="246,3,313,49" href="PageServer?pagename=abt_mission" alt="About" />');
	document.write('<area shape="rect" coords="317,3,403,47" href="PageServer?pagename=edu_apply" alt="Education" />');
	document.write('<area shape="rect" coords="409,4,509,47" href="PageServer?pagename=gin_upcoming" alt="Get Involved" />');
	document.write('<area shape="rect" coords="516,4,573,47" href="PageServer?pagename=new_weizmann" alt="News" />');
	document.write('<area shape="rect" coords="580,4,713,47" href="PageServer?pagename=sys_donate" alt="Show Your Support" />');
	document.write('<area shape="rect" coords="720,4,778,47" href="PageServer?pagename=con_main" alt="Contact" />');
	document.write('</map>');
}