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