function MM_openBrWindow(theURL,winName,features) { 
  wn=window.open(theURL,winName,features);
  wn.focus();
}

function MM_openHelpWindow() { 
  wn=window.open('help.cfm','help','width=400,height=400');
  wn.focus();
}

function DeleteBond (id) {
   location.href='/nqcontent.cfm?a_name=delete_bonds&bond_id='+id+'';
}

function Visit(Rurl) {
   location.href=Rurl;
}

function LoadEvent(id) { 
	window.open('nqcontent.cfm?a_name=calendar_popup&eventid='+id+'', 'newwindow', 'toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,directories=no,width=400,height=400');
}

function PrintMyBonds() { 
	window.open('nqcontent.cfm?a_name=printmybonds', 'newwindow', 'toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,directories=no,width=500,height=600');
}

function EmailLists() { 
	window.open('nqcontent.cfm?a_name=emaillists', 'newwindow', 'toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,directories=no,width=400,height=500');
}

function ViewInExcel() { 
	window.open('nqcontent.cfm?a_name=currency2excel', 'newwindow', 'toolbar=yes,status=no,scrollbars=yes,location=no,menubar=yes,directories=no,width=500,height=400');
}


