function fl_scroll() {
	document.write('<object id="flashScroll" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="10" height="319">\n');
	document.write('<param name="movie" value="scroll.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<param name="swliveconnect" value="true" />\n');
	document.write('<embed name="flashScroll" swliveconnect="true" wmode="transparent" menu="false" src="scroll.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="10" height="319"></embed>\n');
	document.write('</object>\n');
}

function fl_index(param) {
	document.write('<object id="flashIndex" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1000" height="600" title="">');
	document.write('<param name="movie" value="index.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="FlashVars" value="' + param + '">');
	document.write('<embed name="flashIndex" src="index.swf" FlashVars="' + param + '" width="1000" height="600" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
	document.write('</object>');	
}