// JavaScript: This code writes out the embed tags for flash and movie objects this is a fix for the EOLAS activeX changes 3/24/06
//  

// for http://wpcarey.asu.edu/mba/online/faculty.cfm
function facdir()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="456" id="opfaculty" align="middle">\n');
document.write(' <param name="allowScriptAccess" value="sameDomain" /> \n');
document.write('<param name="movie" value="/content/flashcontent/mbaonline/facdir/opfaculty.swf" />\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="/content/flashcontent/mbaonline/facdir/opfaculty.swf" quality="high" bgcolor="#ffffff" width="550" height="456" name="opfaculty" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>\n');
document.write('</object>\n');
}

//  Think BIG flash
function insFlashBig()
{
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=7" width="1000" height="675">\n');
  document.write('<param name="movie" value="http://wpcarey.asu.edu/content/flashcontent/big_006.swf">\n');
  document.write('<param name="quality" value="high">\n');
  document.write('<embed src="http://wpcarey.asu.edu/content/flashcontent/big_006.swf" quality="high"              pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="675"></embed>\n');
  document.write('</object>\n');
}
// for LRT (Logistics Roundtable) slideshow
function insFlashLRTShow()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="510" height="385" id="lrtslideshow" align="middle">\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="movie" value="http://wpcarey.asu.edu/content/lrtslideshow/lrtslideshow.swf" />\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="http://wpcarey.asu.edu/content/lrtslideshow/lrtslideshow.swf" quality="high" bgcolor="#ffffff" width="510" height="385" name="lrtslideshow" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');	
}

function dualdegree()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/" width="550" height="400">\n');
	document.write('<param name="WMode" value="Transparent">\n');
	document.write('<param name="movie" value="http://wpcarey.asu.edu/content/flashcontent/dualdegree/dualdegree_check.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="http://wpcarey.asu.edu/content/flashcontent/dualdegree/dualdegree_check.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="605" height="424"></embed>\n');
	document.write('</object>\n');	
}
// for Thought Leaders
function insFlashThought(getpage)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/" width="820" height="538">\n');
	document.write('<param name="WMode" value="Transparent">\n');
	document.write('<param name="movie" value="http://wpcarey.asu.edu/content/flashcontent/tlms.swf?group=' + getpage + '">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="http://wpcarey.asu.edu/content/flashcontent/tlms.swf?group=' + getpage + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="820" height="538"></embed>\n');
	document.write('</object>\n');	
}

// for China MBA slideshow
function insFlashChinaShow()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/" width="605" height="424">\n');
	document.write('<param name="WMode" value="Transparent">\n');
	document.write('<param name="movie" value="http://wpcarey.asu.edu/content/ChinaSlideshow/slideshow.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="http://wpcarey.asu.edu/content/ChinaSlideshow/slideshow.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="605" height="424"></embed>\n');
	document.write('</object>\n');	
}
