///////////////////////////////////////////////////////////
// Author   : Viget Labs
// Created  : 
// Revised  :
// Notes    : key javascript files
///////////////////////////////////////////////////////////

var about = new Image;
var members = new Image;
var news = new Image;
var publications = new Image;
var education = new Image;

about.src = "images/nav-about-2.gif";
members.src = "images/nav-members-2.gif";
news.src = "images/nav-news-2.gif";
publications.src = "images/nav-publications-2.gif";
education.src = "images/nav-education-2.gif";

function popupPrint(fileName) 
{
  window.open(fileName,
              "windowPrint",
              "width=540,height=400,status=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes");
}

function popupSite(url) 
{
  window.open(url,
              "windowPrint",
              "width=750,height=450,status=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes");
}

function popupLink(title,URL) 
{
  window.open("popup-link.php?emailPageTitle="+title+"&emailPageURL="+URL,
              "windowEmail",
              "width=540,height=500,location=no,status=yes,menubar=no,toolbar=no,scrollbars=yes,resizable=yes");
}