
function header(data)
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="800" height="297" id="menu" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="/flash_degrees/menu.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<param name=FlashVars VALUE="section=1&sectionPath=%2Fflash_degrees%2Fsections%2F&xmlpath=%2Fflash_degrees%2F&playSections=5">');
document.write('<embed src="/flash_degrees/menu.swf" ');
document.write('FlashVars="section=1&sectionPath=%2Fflash_degrees%2Fsections%2F&xmlpath=%2Fflash_degrees%2F&playSections=5" ');
document.write('quality="high" bgcolor="#ffffff" width="800" height="297" name="menu" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
}															
														
														

//this is an older version of flash. I kept it here just in case we need to revert to the old version-JR
//function header(data)
//{
//document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="800" height="297" id="menu" align="middle">');
   // document.write('<param name="allowScriptAccess" value="sameDomain" />');
    //document.write('<param name="movie" value="flash_degrees/menu.swf" />');
    //document.write('<param name="quality" value="high" />');
    //document.write('<param name="bgcolor" value="#ffffff" />');
	//document.write('<!--define section variable for flash for navigator-->');
   // document.write('<!-- 0 = home (cycles through all) -->');
   //document.write(' <!-- 1 = animation -->');
   //document.write(' <!-- 2 = fashion design -->');
   //document.write(' <!-- 3 = fashion merch -->');
   //document.write(' <!-- 4 = graphic design -->');
  // document.write(' <!-- 5 = interior design -->');
  // document.write(' <!-- 6 = multimedia -->');
  // document.write(' <param name=FlashVars VALUE="section=1" />');
  // document.write(' <!--define section variable for flash for all other browsers-->');
  // document.write(' <!--MUST BE SAME AS ABOVE -->');
  // document.write(' <!-- 0 = home (cycles through all) -->');
  // document.write(' <!-- 1 = animation -->');
  // document.write(' <!-- 2 = fashion design -->');
  // document.write(' <!-- 3 = fashion merch -->');
  // document.write(' <!-- 4 = graphic design -->');
  // document.write(' <!-- 5 = interior design -->');
  // document.write(' <!-- 6 = multimedia -->');
  // document.write(' <embed src="flash_degrees/menu.swf" ');
//document.write('FlashVars="section=1" quality="high" bgcolor="#ffffff" width="800" height="297" name="menu" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
//document.write('</object>');
//}