function preloader() 
{
     // counter     
     		//var i = 0;
     // create object
     		//imageObj = new Image();
     // set image list
     		//images = new Array();
     		//images[0]="/images/bg.gif";
     		//images[1]="/images/banner.png";
     		//images[2]="/images/main_left01.jpg";
     		//images[0]="/images/main_left01_over.jpg";
     		//images[4]="/images/main_left02.jpg";
     		//images[1]="/images/main_left02_over.jpg";
     		//images[6]="/images/main_left03.jpg";
     		//images[2]="/images/main_left03_over.jpg";
     		//images[8]="/images/main_photo01.jpg";
     		//images[9]="/images/main_photo02.jpg";
     		//images[10]="/images/main_photo03.jpg";
     		//images[11]="/images/main_photo04.jpg";

     //		images[2]="/images/menubutton1.png";
     //		images[3]="/images/menubutton2.png";
     // start preloading
     		//for(i=0; i<=2; 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
})
*/
