function index_flash()
{ 
	document.write('<object data="img/flash/sofnet.swf" wmode="transparent" width="830" height="280" type="application/x-shockwave-flash">\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<param name="movie" value="img/flash/sofnet.swf" />\n');
	document.write('</object>\n');
}

