var pic_width=720; //圖片寬度
var pic_height=265; //圖片高度
var button_pos=4; //按鈕位置 1左2右3上4下
var stop_time=9000; //停留時間 1000=s
var show_text=0; //文字標籤顯示
var txtcolor="000000"; //文字顏色
var bgcolor="FFFFFF"; //背景顏色
var imag=new Array();
var link=new Array();
var text=new Array();


imag[1]="http://www.ptow.com.tw/yahoo/banner/b-00997-47.jpg";
link[1]="../product_info.php?products_id=2065";
text[1]="HTC HD2 現貨 筆記本款PDA式+右皮扣 皮套";
imag[2]="http://www.ptow.com.tw/yahoo/banner/b-00996-51.jpg";
link[2]="../product_info.php?products_id=2064";
text[2]="HTC HD2 現貨 貝殼式抽拉帶+上皮扣 皮套";
imag[3]="http://www.ptow.com.tw/yahoo/banner/b-00978-53.jpg";
link[3]="../product_info.php?products_id=2063";
text[3]="HTC HD2 現貨 英國小牛皮拼皮-貝殼式橫式弓型皮套";
imag[4]="http://www.ptow.com.tw/yahoo/banner/b-00964-5.jpg";
link[4]="../product_info.php?products_id=2062";
text[4]="HTC HD2 現貨 NAPA頂級牛皮黑 PDA+上蓋 皮套";
imag[5]="yahoo/banner/b-00925-5.jpg";
link[5]="../product_info.php?products_id=1815";
text[5]="SonyEricsson Satio U1 現貨 NAPA頂級牛皮黑 橫式皮套";
imag[6]="yahoo/banner/b-00641-5.jpg";
link[6]="../product_info.php?products_id=1814";
text[6]="Nokia N97 現貨 NAPA頂級牛皮黑 橫式皮套";
imag[7]="images/banners/00536-30.jpg";
link[7]="../product_info.php?products_id=1494";
text[7]="HTC Diamond 2 PDA式+上蓋+Swarovski 水鑽系列限量款現貨";
imag[8]="images/banners/00547-30.jpg";
link[8]="../product_info.php?products_id=1496";
text[8]="HTC Magic (G2) 現貨橫式拼小羊皮款皮套";
imag[9]="images/banners/00498.jpg";
link[9]="../advanced_search_result.php?keywords=00498";
text[9]="HTC Daimond 2 現貨橫式 時尚編織紋 限量款共四色";
imag[10]="images/banners/00501-54.jpg";
link[10]="../product_info.php?products_id=1444";
text[10]="HTC Daimond 2 現貨橫式拼小羊皮款皮套+手提繩 紫白款";
imag[11]="images/banners/00501-30.jpg";
link[11]="../product_info.php?products_id=1438";
text[11]="HTC Daimond 2 現貨橫式拼小羊皮款皮套 黑紅款";
imag[12]="images/banners/1261.jpg";
link[12]="../product_info.php?products_id=1261";
text[12]="Apple iPhone 3G & HTC Touch HD 現貨橫式(雙碰邊+骨線)紫白款";
imag[13]="images/banners/1095.jpg";
link[13]="../product_info.php?products_id=1095";
text[13]="兼具功能性與時尚感 HTC Touch HD現貨";
imag[14]="images/banners/1258.jpg";
link[14]="../product_info.php?products_id=1258";
text[14]="Apple iPhone 3G & HTC Touch HD 現貨橫式(雙碰邊+骨線)黑綠款";
imag[15]="images/banners/s05.jpg";
link[15]="../product_info.php?products_id=776";
text[15]="堅持品質 頂級純鱷魚皮，手工打造 雙針縫線";





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="show.swf">');
document.write('<param name="quality" value="high"><param name="wmode" value="opaque">');
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+'">');
document.write('<embed src="show.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" />');
document.write('</object>');