function show_flash_F(f_id,f_name,f_width,f_height,f_trans,f_para){
	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='"+f_width+"' height='"+f_height+"' id='"+f_id+"'>");
	document.write("<param name='allowScriptAccess' value='always'/>");
	document.write("<param name='movie' value='"+f_name+"'>");
	document.write("<param name='quality' value='high'>");
	document.write("<param name='scale' value='noscale'>");
	document.write("<param name='wmode' value='transparent'>");
	document.write("<PARAM NAME='flashvars' VALUE='"+f_para+"'>");
	document.write("<embed src='"+f_name+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+f_width+"' height='"+f_height+"' wmode='transparent'></embed>");
	document.write("</object>");
}

//公用函数-----begion

	function redirect(URLStr) { location = URLStr;}
	var popUpWin=0;

	function popUpWindow(URLStr, left, top, width, height)
	
	{
	
	  if(popUpWin)
	
	  {
	
		if(!popUpWin.closed) popUpWin.close();
	
	  }
	
	  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
	
	}
//公用函数-----end
