﻿<!--
				
	var focus_width=474
	var focus_height=180
	var text_height=0
	var swf_height = focus_height+text_height
function clearText (str) {
    return str.substr(0, str.length - 1);
}
				
	var pics=clearText('../template/images/1.jpg|../template/images/2.jpg|../template/images/3.jpg|../template/images/4.jpg|')
                                     var links=clearText('http://item.taobao.com/item.htm?id=9359007494|http://item.taobao.com/item.htm?id=9358941296|http://item.taobao.com/item.htm?id=9358821374|http://nyaijiu.taobao.com|')
                                     var texts=clearText("")
                                     document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cabjavascript:void(0)version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'" align="left"  hspace="0">');
				document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="../template/images/viewer.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">');
				document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
				document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
				document.write('<embed src="../template/images/viewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#EAEAEA" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
				document.write('</object>');
				
//-->
