
//Banner URLs
slideURL = new Array();

slideURL[0] = "http://www.polyu.edu.hk/FH/Minor0910";
slideURL[1] = "http://www.polyu.edu.hk/cpa/polyu/hotnews/details_e.php?year=2009&news_id=1624";
slideURL[2] = "http://www.polyu.edu.hk/FH/read";
slideURL[3] = "http://www.polyu.edu.hk/FH/15thCongregation/15thCongregation.html";
slideURL[4] = "http://www.polyu.edu.hk/FH/doc/P's_Award0809.pdf";
slideURL[5] = "http://www.polyu.edu.hk/FH/doc/Humanities_Scholarship.pdf";
slideURL[6] = "http://www.polyu.edu.hk/FH/HLS";
slideURL[7] = "http://www.polyu.edu.hk/FH/GEC_HEAPA";
slideURL[8] = "http://www.polyu.edu.hk/FH/P&F";
slideURL[9] = "http://www.polyu.edu.hk/cpa/Excel@PolyU/2010/02/viewpoint.html";
slideURL[10] = "http://www.polyu.edu.hk/admission";


//Banner Imagepaths
slideImagePath = new Array();

slideImagePath[0] = "images/upcoming_events/Minor0910.jpg";
slideImagePath[1] = "images/upcoming_events/PolyU_PekingU_Opening.jpg";
slideImagePath[2] = "images/upcoming_events/read.jpg";
slideImagePath[3] = "images/upcoming_events/15thCongregation.jpg";
slideImagePath[4] = "images/upcoming_events/P'sAward0809.jpg";
slideImagePath[5] = "images/upcoming_events/humanities_scholarship.jpg";
slideImagePath[6] = "images/upcoming_events/HLS1.jpg";
slideImagePath[7] = "images/upcoming_events/Banner_GEC1.jpg";
slideImagePath[8] = "images/upcoming_events/P&F.jpg";
slideImagePath[9] = "images/upcoming_events/Excel@PolyU.jpg";
slideImagePath[10] = "images/upcoming_events/Prog_application.jpg";

var scrollerwidth=290;
var scrollerheight=80;
var scrollerbgcolor='#FFFFFF';

var pausebetweenimages=3000;
var slideimages=new Array();

for(var i=0 ; i < slideURL.length; i++){
	if (slideURL[i] != "#") slideimages[i]='<a href="'+slideURL[i]+'" target="_blank"><img src="'+slideImagePath[i]+'" width="290" height="80" border=0"></a>';
	else slideimages[i]='<img src="'+slideImagePath[i]+'" width="287" height="90" border=0">';
}


writeBanner();
scrollB();