var newwindow;

function popup(_boothID){
	var popURL = "booth_popup.asp?bid=" + _boothID;
	newwindow=window.open(popURL,'Booth','height=450,width=628,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

function Close(){
	window.close();
}

function nopop(){
  //don't do anything! 
}