<!--
function openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function largepic(filename,title)
{
   if (!document.all)   // Check if it is not an IE browser.
   	title = "*";
   window.open("largepic.cgi?filename=" + filename + "&title=" + title, "" , "toolbar=no,location=no,status=no,resizable=no" );
}

//-->
