//<![CDATA[
var cot_loc0=(window.location.protocol == "https:")? "https://secure.comodo.com/trustlogo/javascript/cot.js" :
"http://www.trustlogo.com/trustlogo/javascript/cot.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>

function bms(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}

function checkCheckBoxes() {
	if (document.frmFormMail.field_12_0.checked == false &&
	    document.frmFormMail.field_12_1.checked == false)
		{
		alert ('You didn\'t choose any of the checkboxes for mailing!');
		return false;
		}
	else
		{
		return true;
		}
	}
	
	 function confirmBox() {
									where_to = confirm('Are you sure you wish to decline?\n\nIt can be up to 10 working days for the next scheduled one.');
									if (where_to == true)	 {   window.location="viewDelivery.asp?update=decline";}
									else{  /*window.location="";*/ }

								 } 
