var base = "http://www.mesoweb.com/resources/bibliography.html#";
var base2 = "../../";
var base3 = "http://";

if (document.images) {
	no_ReportsprincipalButton = new Image
        yes_ReportsprincipalButton = new Image        
        no_ReportsprincipalButton.src = "media/SubpageBannerL.gif"
        yes_ReportsprincipalButton.src = "media/SubpageBannerL_over.gif"        
}
function chgImg(imgField,newImg) {
        if (document.images) {
          document[imgField].src = eval(newImg + ".src")
         }
}
function biblio(name) 
{
  url=base+name;
  openwin = window.open(url,'_blank','toolbar=yes,location=yes,menubar=yes,width=500,height=440,status=yes,scrollbars=yes,resizable=yes');
}
function site(name,w,h)
{
    url=base2+name;
    openwin =
window.open(url,'_blank','toolbar=yes,location=yes,width='+w+',height='+h+',status=yes,scrollbars=yes,resizable=yes');
}

function simple(name,w,h)
{
    url=base2+name;
    openwin =
window.open(url,'_blank','toolbar=no,location=no,width='+w+',height='+h+',status=no,scrollbars=no,resizable=yes');
}

function web(name,w,h)
{
    url=base3+name;
    openwin =
window.open(url,'_blank','toolbar=yes,location=yes,width='+w+',height='+h+',status=yes,scrollbars=yes,resizable=yes');
}
