//sesn 0708 pop up
function sesn0708pop(event)
{
path = "http://www.turtlecreek.org/concerts/sesn0708/" + event;
gallery=window.open(path,"info",'toolbar=0,menubar=0,scrollbars=0,SCROLLING=NO,resizable="no",width=650,height=650')
}

//MMC details
function mmcdetail(event)
{
path = "http://turtlecreek.org/membersonly/MMC/" + event;
gallery=window.open(path,"info",'toolbar=0,menubar=0,scrollbars=1,SCROLLING=YES,resizable="no",width=700,height=800')
}


//MMC video pop up
function mmcvideo(event)
{
path = "http://turtlecreek.org/membersonly/MMC/" + event;
gallery=window.open(path,"info",'toolbar=0,menubar=0,scrollbars=0,SCROLLING=NO,resizable="no",width=545,height=325')
}


