function preloader() 
{
     // counter     
     		var i = 0;
     // create object
     		imageObj = new Image();
     // set image list
     		images = new Array();
     		images[0]="/images/background_image.jpg";
     		images[1]="/images/banner_over_03.png";
     		images[2]="/images/banner_over_04.png";
     		images[3]="/images/banner_over_05.png";
     		images[4]="/images/banner_over_06.png";
     		images[5]="/images/banner_over_07.png";
     		images[6]="/images/banner_chi_over_03.png";
     		images[7]="/images/banner_chi_over_04.png";
     		images[8]="/images/banner_chi_over_05.png";
     		images[9]="/images/banner_chi_over_06.png";
     		images[10]="/images/banner_chi_over_07.png";
     // start preloading
     		for(i=0; i<=10; i++)      
     		{          
     			imageObj.src=images[i];     
     		}

} 

/*
var mygallery=new fadeSlideShow({
	wrapperid: "sponsorfadeshow", //ID of blank DIV on page to house Slideshow
	dimensions: [140, 140], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		//["path_to_image", "optional_url", "optional_linktarget", "optional_description"]
		["/images/Fortis_Logo.png", "http://www.hk.ficainsurance.com/chi/index.htm", "_new", ""],
		["/images/Canon_Logo.png", "http://www.canon.com.hk", "_new", ""],
		["/images/Nike_Logo.png", "http://www.nike.com.hk", "_new", ""],
		["/images/BonActive_Logo.png", "", "_new", ""],
		["/images/Instant-Dict_Logo.png", "http://www.instant-dict.com.hk/", "_new", ""],
		["/images/KwanTong_Logo.png", "", "_new", ""],
		["/images/SunJet_Logo.png", "", "_new", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 800, //transition duration (milliseconds)
	descreveal: "ondemand", //The two choices are "ondemand" and "always". The former reveals the description when the user mouses over the slideshow, while the later shows a persistent description panel at the foot of the slideshow.
	togglerid: "" //Set "togglerid" to the ID of another DIV on your page that will house the navigation controls for the slideshow
})
*/
