<!-- 
var myimages=new Array()
function preloadimages(){
	for (i=0;i<preloadimages.arguments.length;i++){
		myimages[i]=new Image()
		myimages[i].src=preloadimages.arguments[i]
	}
}
preloadimages("images/home1.gif", "images/home0.gif", "images/profiles1.gif", "images/profiles0.gif", "images/features1.gif", "images/features0.gif", "images/services1.gif", "images/services0.gif", "images/location1.gif", "images/location0.gif", "images/packages1.gif", "images/packages0.gif")
function swapImage(name, source) {
	document.images[name].src = source;
    return true;
}
// -->
