﻿// JScript File

function insertFlash(section,path,base,width,height) {
  //  var navCookie;


//    navCookie = getFlashCookie();
	if (section == undefined){
		section = "Home";
	}
	
  // section = 'section=' + getFlashCookie();
	
   if (DetectFlashVer(8, 0, 0) && section != 'Gaming' && section !=  'Meeting') {
   
        strContent = '<object id="flashMovie" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
        + ' width="'+width+'" height="'+height+'"'
        + ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">'
        + ' <param name="movie" value="'+path+'experience.swf?section=' + section +'" />'
        + ' <param name="quality" value="high" />'
        + ' <param name="scale" value="noscale" />'
        + ' <param name="base" value="'+base+'" />'
        + ' <param name="allowScriptAccess" value="always" />'
        + ' <embed src="'+path+'experience.swf?section=' + section +'" width="'+width+'" height="'+height+'" base="'+base+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"'
        + ' type="application/x-shockwave-flash" allowScriptAccess="always" scale="noscale" name="flashObject"></embed></object>';
        document.write(unescape(strContent));
      
        
    } else {
        if (DetectFlashVer(7, 0, 0) || DetectFlashVer(8, 0, 0)) {
             strContent = '<object id="flashMovie" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
            + ' width="'+width+'" height="'+height+'"'
            + ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0">'
            + ' <param name="movie" value="'+path+'hubFlash7.swf?section=' + section +'" />'
            + ' <param name="quality" value="high" />'
            + ' <param name="scale" value="noscale" />'
            + ' <param name="base" value="'+base+'" />'
            + ' <param name="allowScriptAccess" value="always" />'
            + ' <embed src="'+path+'hubFlash7.swf?section=' + section +'" width="'+width+'" height="'+height+'" base="'+base+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"'
            + ' type="application/x-shockwave-flash" allowScriptAccess="always" scale="noscale" name="flashObject"></embed></object>';
            document.write(unescape(strContent));
        }
    }
}


function insertFlashGallery(path,base,width,height) {

strContent = '<object id="MgmExperience" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
+ ' width="'+width+'" height="'+height+'"'
+ ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0">'
+ ' <param name="movie" value="'+path+'" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="base" value="'+base+'" />'
+ ' <embed src="'+path+'" width="'+width+'" height="'+height+'" base="'+base+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"'
+ ' type="application/x-shockwave-flash" allowScriptAccess="always" scale="noscale" name="MgmExperience"></embed>'
+ '</object>';
document.write(strContent);
}
