var pic_width=534; //?片?度
var pic_height=192; //?片高度
var button_pos=4; //按扭位置 1左 2右 3上 4下
var stop_time=3000; //?片停留??(1000?1秒?)
var show_text=0; //是否?示文字?? 1?示 0不?示
var txtcolor="ffffff"; //文字色
var bgcolor="ffffff"; //背景色
var imag=new Array();
var link=new Array();
var text=new Array();
imag[1]="/webeip/ht00051/img/cm/01.jpg";
link[1]="http://51.travelnet.com.tw/webeip/ht00051/bustour.asp","_parent";
text[1]="001";
imag[2]="/webeip/ht00051/img/cm/02.jpg";
link[2]="http://51.travelnet.com.tw/webeip/ht00051/meettour.asp","_top";
text[2]="002";
imag[3]="/webeip/ht00051/img/cm/03.jpg";
link[3]="http://51.travelnet.com.tw/webeip/ht00051/islandtour.asp","_top";
text[3]="003";
imag[4]="/webeip/ht00051/img/cm/04.jpg";
link[4]="http://51.travelnet.com.tw/webeip/ht00051/easytour.asp","_top";
text[4]="004";
imag[5]="/webeip/ht00051/img/cm/05.jpg";
link[5]="http://51.travelnet.com.tw/webeip/ht00051/flytour.asp","_top";
text[5]="005";
imag[6]="/webeip/ht00051/img/cm/06.jpg";
link[6]="http://51.travelnet.com.tw/webeip/ht00051/culture.asp","_top";
text[6]="006";
//可???容?束
var swf_height=show_text==1?pic_height+20:pic_height;
var pics="", links="", texts="";
for(var i=1; i<imag.length; i++){
	pics=pics+("|"+imag[i]);
	links=links+("|"+link[i]);
	texts=texts+("|"+text[i]);
}
pics=pics.substring(1);
links=links.substring(1);
texts=texts.substring(1);
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cabversion=6,0,0,0" width="'+ pic_width +'" height="'+ swf_height +'">');
document.write('<param name="movie" value="/webeip/ht00051/flash/cm.swf"> ');
document.write('<param name="quality" value="high"><param name="wmode" value="transparent">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'"  wmode="transparent"> ');
document.write('<embed src="/webeip/ht00051/flash/cm.swf" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'" quality="high" width="'+ pic_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"  wmode="transparent"></embed>  ');
document.write('</object>');








