﻿function showflash(basepath){
imgUrl1=basepath + '/resources/images/flash/jszx.jpg'
imgtext1='E-buy mall'
imgLink1='http://www.tt6161.com/greentrip/greehcard/tz.html'
imgUrl2=basepath + '/resources/images/flash/jinjiangguolv.jpg'
imgtext2='锦江国旅'
imgLink2='http://www.tt6161.com/greentrip/jsp/index/xx.html'
imgUrl3=basepath + '/resources/images/flash/hangongdajiudian.jpg'
imgtext3='汉宫大酒店'
imgLink3='http://www.tt6161.com/greentrip/jsp/index/three.html'
imgUrl4=basepath + '/resources/images/flash/guandi.jpg'
imgtext4='上海襄阳官邸会所'
imgLink4='http://www.tt6161.com/greentrip/jsp/index/yy.html'

imgUrl5=basepath + '/resources/images/flash/jiaoye.jpg'
imgtext5='上海蕉叶咖喱屋餐饮有限公司'
imgLink5='http://www.tt6161.com/greentrip/jsp/index/five.html'

var focus_width=250
var focus_height=187
var text_height=20
var swf_height = focus_height+text_height
var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4+"|"+imgUrl5
var links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4+"|"+imgLink5
var texts=imgtext1+"|"+imgtext2+"|"+imgtext3+"|"+imgtext4+"|"+imgtext5

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptaccess" value="sameDomain"><param name="wmode" value="transparent"><param name="movie" value="'+ basepath +'/resources/flash/index/movepic.swf"><param name="quality" value="high"><param name="bgcolor" value=#ffffff>');
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="'+ basepath +'/resources/flash/index/movepic.swf" wmode="opaque" 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="'+ swf_height +'" allowScriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
}