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

// This is the popup window for the Deep Purple Mark 4 Tour Dates.

function bergePEnotes()
{
  window.open('private_eyes_berge_notes.html','bergePEnotes','width=528,height=680,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}


