function MM_openBrWindow(theURL,winName,features) 
{ 
  window.open(theURL,winName,features);
}

function OpenDialog(aDialog)
{
	jQuery.facebox({ajax: aDialog});
}

function CloseDialog()
{
	jQuery.facebox.close();
}
