//index page - beginning

function dropDown1Flash() {
	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="800" height="200">');
	document.write('<param name=movie value="NCC_Movie3.swf">');
	document.write('<param name=quality value=high>');
	document.write('<embed src="NCC_Movie3.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="200"></embed>');
	document.write('</object>');
};

function dropDown2Flash() {
	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="817" height="40">');
	document.write('<param name=movie value="ncc_horiz.swf">');
	document.write('<param name=quality value=high>');
	document.write('<embed src="ncc_horiz.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="817" height="40"></embed>');
	document.write('</object>');
};

function dropDown3Flash() {
	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="460" height="300">');
	document.write('<param name=movie value="swf_files/marque1.swf">');
	document.write('<param name=quality value=high>');
	document.write('<embed src="swf_files/marque1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="460" height="300"></embed>');
	document.write('</object>');
};


function dropDown4Flash() {
	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="400" height="300">');
	document.write('<param name=movie value="swf_files/POC_Scroller.swf">');
	document.write('<param name=quality value=high>');
	document.write('<embed src="swf_files/POC_Scroller.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="400" height="300"></embed>');
	document.write('</object>');
};

//index page - End











