function indexSwf(temp,top_link,swf)
{
		var focus_width=980
		var focus_height=230
		var text_height=0
		var swf_height = focus_height+text_height            
		var pics=temp+'/1.jpg|'+temp+'/2.jpg|'+temp+'/3.jpg|'+temp+'/4.jpg'
		var links=top_link+'|'+top_link+'|'+top_link+'|'+top_link+'|'+top_link
		var texts='|| '
		var html=('<embed src='+swf+' wmode="transparent" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="ffffff" quality="high" width="'+ focus_width +'" height="'+ focus_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');		
		$("#IndexSwf").html(html);
}

