var pic_width=742;
var pic_height=170;
var button_pos=1; //
var stop_time=7500;
var show_text=0;
var txtcolor="FFFFFF"; 
var bgcolor="FFFFFF"; 
var imag=new Array();
var link=new Array();
var text=new Array();
var j=0;

imag[j]="http://hkfyg.org.hk/images/main/xbh_artcomp.jpg";
link[j]="http://clc.hkfyg.org.hk/artspot/competition/competition.html";
j++;

imag[j]="http://hkfyg.org.hk/images/main/budget2012.jpg";
link[j]="http://www.hkfyg.org.hk/chi/press_releases/2012/budget2012/index.html";
j++;

imag[j]="http://hkfyg.org.hk/images/main/rice.jpg";
link[j]="http://www.hkfyg.org.hk/chi/rice_giving/";
j++;

imag[j]="http://hkfyg.org.hk/images/main/neighbourhood_lunch.jpg";
link[j]="http://www.hkfyg.org.hk/chi/press_releases/2012/neighbourhood_lunch/index.html";
j++;

imag[j]="http://hkfyg.org.hk/images/main/dse_banner.jpg";
link[j]="http://27771112.hk/";
j++;

imag[j]="http://hkfyg.org.hk/images/main/xubeihong.jpg";
link[j]="http://www.u21.hk/partnership/others/Xubeihong/";
j++;

imag[j]="http://hkfyg.org.hk/images/main/neighbourhood.jpg";
link[j]="http://neighbourhood.u21.hk";
j++;

imag[j]="http://hkfyg.org.hk/images/main/111111.jpg";
link[j]="http://www.hkfyg.org.hk/chi/press_releases/2011/11/index.html";
j++;

imag[j]="http://hkfyg.org.hk/images/main/hkfyg_policy2011_review.jpg";
link[j]="http://event.u21.hk/policy2011/video.php";
j++;

imag[j]="http://hkfyg.org.hk/images/main/dragon_tw_L_day5.jpg";
link[j]="http://www.hkfyg.org.hk/chi/photo_album/2011/index.html";
j++;

imag[j]="http://hkfyg.org.hk/images/main/idon.jpg";
link[j]="http://me.hkfyg.org.hk/donation/donationform.aspx";
j++;

var swf_height=show_text==1?pic_height+20:pic_height;
var pics="", links="", texts="";
for(var i=0; i<imag.length; i++){
	pics=pics+("|"+imag[i]);
	links=links+("|"+link[i]);
}
pics=pics.substring(1);
links=links.substring(1);
texts=texts.substring(1);
document.write('<object width="742" height="170" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cabversion=6,0,0,0" width="742" height="170">');
document.write('<param name="movie" value="http://hkfyg.org.hk/images/flash/focus.swf">');
document.write('<param name="quality" value="high"><param name="quality" value="high" /><param name="wmode" value="transparent" />');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&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="http://hkfyg.org.hk/images/flash/focus.swf" quality="high" wmode="transparent" FlashVars="pics='+pics+'&links='+links+'&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="742" height="170" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
