function show_flash_index(){
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-44455354000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='300' height='204'>");
	document.write("<param name='movie' value='fla/index.swf'>");
	document.write("<param name='quality' value='high'>");
	document.write("<param name='wmode' value='transparent'>");
	document.write("<embed src='fla/index.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='300' height='204' wmode='transparent'></embed>");
	document.write("</object>");
}

function show_flash_player(value){
	document.write("<object id='myFla' classid='clsid:D27CDB6E-AE6D-11cf-96B8-44455354000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0'  width='312' height='204' >");
	document.write("<param name='movie'value='flash/Player.swf'>");
	document.write("<param name='quality' value='high'>");
	document.write("<param name='SCALE' value='exactfit' />");
	//document.write("<PARAM NAME='FlashVars' VALUE='myURL="+value+"'> ");
	document.write("<embed src='fla/player.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'   width='312' height='204' scale='exactfit' wmode='transparent'></embed>");
	document.write("</object>");
	alert(":"+value);
	 
	window.document.myFlash.SetVariable("FlashVars", value);

}
