
//Banner URLs
slideURL = new Array();

slideURL[0] = "http://www.polyu.edu.hk/FH/Minor1011";
slideURL[1] = "http://www.polyu.edu.hk/fh/MULTI";
slideURL[2] = "http://www.polyu.edu.hk/cpa/Excel@PolyU/2011/03/snapshots3.html";
slideURL[3] = "http://www.polyu.edu.hk/FH/doc/Research_explores_effective_healthcare_communication.jpg";
slideURL[4] = "http://www.polyu.edu.hk/cpa/Excel@PolyU/2011/06/achievements2.html";
slideURL[5] = "http://www.polyu.edu.hk/fh/DALS";
slideURL[6] = "http://www.polyu.edu.hk/admission";


//Banner Imagepaths
slideImagePath = new Array();

slideImagePath[0] = "images/upcoming_events/Minor1011.jpg";
slideImagePath[1] = "images/upcoming_events/Erasmus.jpg";
slideImagePath[2] = "images/upcoming_events/Expert_examine_ways_to_improve_communication.jpg";
slideImagePath[3] = "images/upcoming_events/Icon3_Research_explores_effective_healthcare_communication.jpg";
slideImagePath[4] = "images/upcoming_events/HK_Academy_of_Humanities.jpg";
slideImagePath[5] = "images/upcoming_events/DALS.jpg";
slideImagePath[6] = "images/upcoming_events/Prog_application.jpg";

var scrollerwidth=200;
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="200" height="80" border=0"></a>';
	else slideimages[i]='<img src="'+slideImagePath[i]+'" width="287" height="90" border=0">';
}


writeBanner();
scrollB();
