
<!-- preload images -->
<!-- Begin
	img = new Array()
	
	img[0] = "/images/home_off.gif"	     
	img[1] = "/images/home_on.gif"	
	img[2] = "/images/about_off.gif"	
	img[3] = "/images/about_on.gif"	
	img[4] = "/images/services_off.gif"	
	img[5] = "/images/services_on.gif"	
	img[6] = "/images/forex_off.gif"	
	img[7] = "/images/forex_on.gif"	
	img[8] = "/images/support_off.gif"	
	img[9] = "/images/support_on.gif"	
	img[10] = "/images/contact_off.gif"
	img[11] = "/images/contact_on.gif"
	img[12] = "/images/account_off.gif"
	img[13] = "/images/account_on.gif"	
	
	im = new Array()									  
	for (var i = 0; i < img.length; i++){
   		im[i] = new Image()
       		im[i].src = img[i]
	}

	function swap(num,imgname){
   		imgname.src = im[num].src
	}
	
// End -->
