// JavaScript Document
function ShowLogo()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1200" height="155">\n')
	document.write('<param name=movie value="logo.swf">\n')
	document.write('<param name=quality value=high>\n')
	document.write('<param name="LOOP" value="false">')
	document.write('<embed src="logo.swf" loop="false" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1200" height="155">\n')
	document.write('</embed>\n') 
	document.write('</object>\n') 
}

function ShowNav()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="175" height="600">\n')
	document.write('<param name=movie value="sidenav.swf">\n')
	document.write('<param name=quality value=high>\n')
	document.write('<embed src="sidenav.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="175" height="600">\n')
	document.write('</embed>\n') 
	document.write('</object>\n') 
}
function ShowCon()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1200" height="155">\n')
	document.write('<param name=movie value="consulting.swf">\n')
	document.write('<param name=quality value=high>\n')
	document.write('<param name="LOOP" value="false">')
	document.write('<embed src="consulting.swf" loop="false" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1200" height="155">\n')
	document.write('</embed>\n') 
	document.write('</object>\n') 
}
function ShowWork()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1200" height="155">\n')
	document.write('<param name=movie value="workshops.swf">\n')
	document.write('<param name=quality value=high>\n')
	document.write('<param name="LOOP" value="false">')
	document.write('<embed src="workshops.swf" loop="false" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1200" height="155">\n')
	document.write('</embed>\n') 
	document.write('</object>\n') 
}
function ShowHeader()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1200" height="155">\n')
	document.write('<param name=movie value="header.swf">\n')
	document.write('<param name=quality value=high>\n')
	document.write('<param name="LOOP" value="false">')
	document.write('<embed src="header.swf" loop="false" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1200" height="155">\n')
	document.write('</embed>\n') 
	document.write('</object>\n') 
}