

// preloadimages 

	tbwhoon =  new Image();

	tbwhoon.src = "images/tbwhoon.gif";

	tbwhooff = new Image();

	tbwhooff.src = "images/tbwhooff.gif";
	
	tbserviceson = new Image();
	
	tbserviceson.src = "images/tbserviceson.gif";
	
	tbservicesoff = new Image();
	
	tbservicesoff.src = "images/tbservicesoff.gif";
	
	tbclientson = new Image();
	
	tbclientson.src = "images/tbclientson.gif";
	
	tbclientsoff = new Image();
	
	tbclientsoff.src = "images/tbclientsoff.gif";
	
	tbhostingon = new Image();
	
	tbhostingon.src = "images/tbhostingon.gif";
	
	tbhostingoff = new Image();
	
	tbhostingoff.src = "images/tbhostingoff.gif";
	
	tbcontacton = new Image();
	
	tbcontacton.src = "images/tbcontacton.gif";
	
	tbcontactoff = new Image();
	
	tbcontactoff.src = "images/tbcontactoff.gif";
	
	timesbidon = new Image();
	
	timesbidon.src = "images/timesbidon.gif";
	
	timesbidoff = new Image();
	
	timesbidoff.src = "images/timesbidoff.gif";			


// function to do rollovers on images

	function swapImage(num){

		if (num=="1") document.images ['tbwho'].src = tbwhoon.src;

		else if (num=="2") document.images ['tbwho'].src = tbwhooff.src;
		
		if (num=="3") document.images ['services'].src = tbserviceson.src;
		
		else if (num=="4") document.images ['services'].src = tbservicesoff.src;
		
		if (num=="5") document.images ['clients'].src = tbclientson.src;

		else if (num=="6") document.images ['clients'].src = tbclientsoff.src;
		
		if (num=="7") document.images ['hosting'].src = tbhostingon.src;
		
		else if (num=="8") document.images ['hosting'].src = tbhostingoff.src;
		
		if (num=="9") document.images ['contact'].src = tbcontacton.src;

		else if (num=="10") document.images ['contact'].src = tbcontactoff.src;
		
		if (num=="11") document.images ['timesbid'].src = timesbidon.src;

		else if (num=="12") document.images ['timesbid'].src = timesbidoff.src;											

		}
