function mempopup(mbr_id)
{
path = "/memorial/MemorialProfile.php?mbr_id=" + mbr_id;
gallery=window.open(path,"info",'toolbar=0,menubar=0,scrollbars=1,SCROLLING=YES,resizable="no",width=650,height=460');
gallery.focus();
return false;
}

function emailsignup(path)
{
path = "http://visitor.constantcontact.com/manage/optin/ea?v=001Fn1fHTcb0kqrDDLQjKzQeQ%3D%3D";
gallery=window.open(path,"info",'toolbar=0,menubar=0,scrollbars=1,SCROLLING=YES,resizable="no",width=580,height=600');
//gallery.focus();
}


function orchestra(event)
{
path = "/concerts/" + "/meyerson/" + "/seating/" + event;
gallery=window.open(path,"info",'toolbar=0,menubar=0,scrollbars=1,SCROLLING=YES,resizable="no",width=670,height=500')
}

function grand(event)
{
path = "/concerts/" + "/meyerson/" + "/seating/" + event;
gallery=window.open(path,"info",'toolbar=0,menubar=0,scrollbars=0,SCROLLING=NO,resizable="no",width=715,height=505')
}

function dress(event)
{
path = "/concerts/" + "/meyerson/" + "/seating/" + event;
gallery=window.open(path,"info",'toolbar=0,menubar=0,scrollbars=0,SCROLLING=NO,resizable="no",width=730,height=450')
}

function loge(event)
{
path = "/concerts/" + "/meyerson/" + "/seating/" + event;
gallery=window.open(path,"info",'toolbar=0,menubar=0,scrollbars=0,SCROLLING=NO,resizable="no",width=600,height=525')
}

function choralterrace(event)
{
path = "/concerts/" + "/meyerson/" + "/seating/" + event;
gallery=window.open(path,"info",'toolbar=0,menubar=0,scrollbars=0,SCROLLING=NO,resizable="no",width=605,height=315')
}



