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

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

function dptour()
{
  window.open('deep_purple_mk4_tour.html','dptour','width=630,height=600,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

function tbbtour()
{
  window.open('tommy_bolin_band_tour.html','tbbtour','width=630,height=600,menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,status=no,directories=no,top=10,left=10');
}

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');
}

