function ppWindow(url) {
    var PopWindow = window.open(url,"EventDetail","height=600,width=600,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
  PopWindow.focus(); 
}
function newEventWindow(url) {
    var PopWindow = window.open(url,"EventDetail","height=400,width=400,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
  PopWindow.focus(); 
}
function rockieWindow(url) {
    var PopWindow = window.open(url,"EventDetail","height=538,width=572,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
  PopWindow.focus(); 
}
function newBioWindow(url) {
    var PopWindow = window.open(url,"EventDetail","height=400,width=400,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
  PopWindow.focus(); 
}
function karaokeWindow(url) {
    var PopWindow = window.open(url,"EventDetail","height=400,width=400,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
  PopWindow.focus(); 
}
function lunchWindow(url) {
    var PopWindow = window.open(url,"EventDetail","height=400,width=400,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
  PopWindow.focus(); 
}
