
// start event handler for links
function displayMsg(message) {window.status=message}
function preloadImages() {if (document.images) {var imgFiles = preloadImages.arguments;
	var preloadArray = new Array();
	for (var i=0; i < imgFiles.length; i++) {preloadArray[i] = new Image;
	preloadArray[i].src = imgFiles[i];}}}

function swap(id, newsrc) {var theImage = locateImage(id);
	if (theImage) {theImage.src = newsrc;}}

function locateImage(name) {var theImage = false;
	if (document.images) {theImage = document.images[name];}
	if (theImage) {return theImage;}
	return (false);}

// Preload all the images used in this file
preloadImages('linkhome_p.gif',
'wds_p.gif',
'pf_p.gif',
'pp_p.gif',
'gs_p.gif',
'cta_p.gif',
'linkhome_w.gif',
'wds_w.gif',
'pf_w.gif',
'pp_w.gif',
'gs_w.gif',
'cta_w.gif');
// stop hiding -->

