// JavaScript Document

function headerFn()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" id="header" width="800" height="62">\n');
	document.write('<param name="movie" value="../images/header.swf">\n');
	document.write('<param name="bgcolor" value="#FFFFFF">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="allowscriptaccess" value="samedomain">\n');
	document.write('</object>\n');
}

function footerFn()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" id="footer" width="800" height="24">\n');
	document.write('<param name="movie" value="../images/footer.swf">\n');
	document.write('<param name="bgcolor" value="#FFFFFF">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="allowscriptaccess" value="samedomain">\n');
	document.write('</object>\n');
}

function videoFn1()
{
	document.write('<embed src="../video/CIO_Seq7_092106.mpg" width="300" height="250" autostart="false"></embed>\n');
}

function videoFn2()
{
	document.write('<embed src="../video/Net-Centricity.exe" width="300" height="250" autostart="false"></embed>\n');
}

function videoFn3()
{
	document.write('<embed src="../video/didyouknow.wmv" width="300" height="250" autostart="false"></embed>\n');
}