function writeFlash(id) {
	var html = '<object id="flashcore" type="application/x-shockwave-flash" data="http://www.uraltransnet.ru/tours.swf" width="200" height="300"><param name="movie" value="http://www.uraltransnet.ru/tours.swf" /><param name="wmode" value="transparent" /></object>';
	document.getElementById(id).innerHTML = html;
}
