﻿// JavaScript Document
document.writeln("<script type=text\/javascript>");
document.writeln("var pic_width=220; \/\/图片宽度");
document.writeln("var pic_height=160; \/\/图片高度");
document.writeln("var button_pos=4; \/\/按扭位置 1左 2右 3上 4下");
document.writeln("var stop_time=4000; \/\/图片停留时间(1000为1秒钟)");
document.writeln("var show_text=1; \/\/是否显示文字标签 1显示 0不显示");
document.writeln("var txtcolor=\"000000\"; \/\/文字色");
document.writeln("var bgcolor=\"FDF5E6\"; \/\/背景色");
document.writeln("var imag=new Array();");
document.writeln("var link=new Array();");
document.writeln("var text=new Array();");
document.writeln("imag[1]=\"http:\/\/www.aclas.tw\/images\/Getix2009.JPG\";");
document.writeln("link[1]=\"http:\/\/www.aclas.tw\/About-US\/News\/Getix2009.html\";");
document.writeln("text[1]=\"Gitex 2009\";");

document.writeln("imag[2]=\"http:\/\/www.aclas.tw\/images\/homenew1.jpg\";");
document.writeln("link[2]=\"http:\/\/www.aclas.tw\/About-US\/News\/Vietnam.html\";");
document.writeln("text[2]=\"Vietnam Computer World Expo\";");
document.writeln("imag[3]=\"http:\/\/www.aclas.tw\/images\/Retailnow.JPG\";");
document.writeln("link[3]=\"http:\/\/www.aclas.tw\/About-US\/News\/RetailNOW2009.html\";");
document.writeln("text[3]=\"RetailNOW 2009\";");


document.writeln("\/\/可编辑内容结束");
document.writeln("var swf_height=show_text==1?pic_height+20:pic_height;");
document.writeln("var pics=\"\", links=\"\", texts=\"\";");
document.writeln("for(var i=1; i<imag.length; i++){");
document.writeln("	pics=pics+(\"|\"+imag[i]);");
document.writeln("	links=links+(\"|\"+link[i]);");
document.writeln("	texts=texts+(\"|\"+text[i]);");
document.writeln("}");
document.writeln("pics=pics.substring(1);");
document.writeln("links=links.substring(1);");
document.writeln("texts=texts.substring(1);");
document.writeln("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.writeln("document.write(\'<param name=\"movie\" value=\"http:\/\/www.aclas.com\/flash\/focus.swf\">\');");
document.writeln("document.write(\'<param name=\"quality\" value=\"high\"><param name=\"wmode\" value=\"opaque\">\');");
document.writeln("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.writeln("document.write(\'<embed src=\"http:\/\/www.aclas.com\/flash\/focus.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.writeln("document.write(\'<\/object>\');");
document.writeln("<\/script>")
