// JavaScript Document
function Insert_slide()
{
	document.write('<div style="position: relative; width: 545px; height: 257px; overflow:hidden">\n');
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="2000" HEIGHT="2000" id="flashslide">\n');
	document.write('<PARAM NAME=movie VALUE="/img/swf/flashslide.swf?src=flash-here.com&imglist_fn=/img/swf/getimglist.txt&img_path=img&interval=9000&w=545&h=257">\n');
	document.write('<PARAM NAME=quality VALUE=high>\n');
	document.write('<PARAM NAME=scale VALUE=noscale>\n');			   
	document.write('<PARAM NAME=wmode VALUE=transparent>\n');
	document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>\n');
	document.write('<EMBED src="/img/swf/flashslide.swf?src=flash-here.com&imglist_fn=/img/swf/getimglist.txt&img_path=img&interval=9000&w=545&h=257" quality=high scale=noscale wmode=transparent bgcolor=#FFFFFF WIDTH="2000" HEIGHT="2000" NAME="flashslide" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">\n');
	document.write('</embed>\n');
	document.write('</object>\n');
	document.write('</div>\n');
}



