function SwapImage(ImageName,FileName){
	target = document.images[ImageName];
	target.src = FileName;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  w1=window.open(theURL,winName,features);
  w1.focus();
}
