<!--
function ImageLauncher(url,width,height)
{
  window.open(url,"","toolbar=yes,scrollbars=yes,location=no,status=yes,width=" + width + ",height=" + height + ",resizable=0");
};
//-->