//
// BuffaloBarFly.com - Admin Java Script File
// Created and coded by Anthony Greco - Tony@ChillAxen.com
//

function Popup_Event(event_id, event_name, query_string) {
  
  var pop_url = '/events/'+event_id+'/'+event_name+'/'+query_string;
  var the_window = window.open(pop_url, 'cur_event', 'width=500, height=500, scrollbars=1');

}

function URL_In_Opener(url) {
  opener.location=url;
}
