function openWindowOne()
{
  newWin = window.open("../videos/band1.html","popUp","height=288,width=352,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");
}

function openWindowTwo()
{
  newWin = window.open("../videos/band2.html","popUp","height=288,width=352,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");
}

function openWindowThree()
{
  newWin = window.open("../videos/band3.html","popUp","height=288,width=352,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");
}

function openWindowFour()
{
  newWin = window.open("../videos/band4.html","popUp","height=288,width=352,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,fullscreen=0");
}