<!--

preloadListItem = [];

preloadList = ["header-nav-sw-off","header-nav-sw-on","header-nav-n-off","header-nav-n-on","header-nav-i-off","header-nav-i-on"];

for (x=0;x<=preloadList.length;x++) {

    preloadListItem[x] = new Image();

    preloadListItem[x].src = "img/" + preloadList[x] + ".gif";

}



function rollover(img,file){

	if (document.images){

		document.images[img].src = "img/"+file+".gif";	

	}

}

//-->