<!-- // hide script
/* Will ignore if using worse than netscape 3 */

/*
   imageName is the NAME attribute of the IMG
   imageLocation is the URL/HREF of the new image to be uploaded.
*/
function loadimage(imageName, imageLocation)
{
if (document.images) document.images[imageName].src = imageLocation;
return true;
}


function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

//-->