<!--

function preloadImages() {
if(document.images){
	if(!document.MM_p) {
		document.MM_p=new Array();
		}
    	var i,j=document.MM_p.length,a=preloadImages.arguments;
    	for(i=0; i<a.length; i++) {
    		if (a[i].indexOf("#")!=0) { 
    			document.MM_p[j]=new Image;
    			document.MM_p[j++].src=a[i];
    			}
    		}
    	}
}

function swapImage(imgId,imgSrc) {
if (document.getElementById) {
	document.getElementById(imgId).src = imgSrc;
	} else if(document.all) {
	document.all.item(imgId).src = imgSrc;
	}	
}



//-->