
<!--
//MM_FlashCanPlay = false;
//if (isNaN(thisSection)){
	//thisSection=params['thisSection'];
	//userLoggedin=params['userLoggedin'];
	//alert(thisSection);
//}

function getFlash(swf){
var w=600;var h=50;var path="/templates/studentsyork_01/images/";
var mov = path + swf; // + ".swf"
//alert(mov);


if ( MM_FlashCanPlay ) {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write(' ID="gallery" WIDTH="' + w + '" HEIGHT="' + h + '" ALIGN="middle">');
	document.write(' <PARAM NAME=movie VALUE="' + mov + '"> ');  
	document.write(' <PARAM NAME=quality VALUE=high> '); 
	document.write(' <PARAM NAME=bgcolor VALUE=#000000> '); 
	document.write(' <PARAM NAME=scale VALUE=noscale> '); 
	//document.write(' <PARAM NAME=FlashVars VALUE="section='+thisSection+ '&isLoggedIn=' +userLoggedin+ '"> ');
	document.write(' <EMBED src="' + mov + '" width="' + w + '" height="' + h + '" align="middle" quality="high" scale="noscale"  ');
	//document.write(' FlashVars="section='+thisSection+ '&isLoggedIn=' +userLoggedin+ '" ' );
	document.write(' swLiveConnect=FALSE ');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
} else{
	document.write(' <img src="' + path +'menu_no_flash.gif" width="' + w + '" height="' + h + '" alt="" border="0" usemap="#menu no flash">'); 
	document.write('<map name="menu no flash"> ');
	document.write('<area alt="Videos" coords="37,23,82,48" href="videos.aspx"> ');
	document.write('<area alt="Blogs" coords="99,23,140,49" href="blogs.aspx"> ');
	document.write('<area alt="Bars" coords="156,21,192,49" href="bars.aspx"> ');
	document.write('<area alt="Clubs" coords="208,18,246,49" href="clubs.aspx"> ');
	document.write('<area alt="Eating" coords="256,17,293,50" href="eating.aspx"> ');
	document.write('<area alt="Freebies" coords="330,17,379,48" href="freebies.aspx"> ');
	document.write('<area alt="Happening" coords="394,14,498,49" href="happening.aspx"> ');
	document.write('<area alt="Ask" coords="507,12,591,48" href="ask.aspx"> ');
	document.write('</map> ');
}

}
//-->
   
