///////////////////////////////////////////////////////////////////////////////
// Window pop-up functions                                                   //
///////////////////////////////////////////////////////////////////////////////


// This is the popup window for the James Gang promo pic on Gallery Page 7.
function windowjgpromo()
{
  window.open('pic_jgpromo.html','jgpromo','width=560,height=510,menubar=yes,toolbar=no,location=no,scrollbars=no,resizable=yes,status=no,directories=no');
}

