function iiCheckboxFix() {
	//alert('fix');
	cbox = MM_findObj('iicb1');
	cbox.checked=false;
	cbox = MM_findObj('iicb2');
	cbox.checked=false;
	cbox = MM_findObj('iicb3');
	cbox.checked=false;
	cbox = MM_findObj('iicb4');
	cbox.checked=false;
}

function iiFixJH() {
	cbox = MM_findObj('iicbJH');
	cbox.checked=false;
}

function m4dPop(URL) {
	$popWin = cl_popUp(URL,'Mates4Dates','N','N','N','N','N','Y',420,520);
}

function cl_popUp(url,title,toolbar,scrollbars,location,statusbar,menubar,resizable,width,height) {
	lft = ',left='+((screen.width-width)/2);
	tp = ',top='+((screen.height-height)/2);
	toolbar = 'toolbar='+toolbar;
	scrollbars=',scrollbars='+scrollbars;
	location=',location='+location;
	statusbar=',statusbar='+statusbar;
	menubar=',menubar='+menubar;
	resizable=',resizable='+resizable;
	width=',width='+width;
	height=',height='+height;
	params = ' '+toolbar+scrollbars+location+statusbar+menubar+resizable+width+height+lft+tp;
	//confirm(params);
	pb_popWin = window.open(url,title,params);	
	if (window.focus) {pb_popWin.focus()} 
}

function alerter() {
	window.focus();
	//alert('ok');
	pb_swapStyle(document.getElementById('alerter'),"alerterDiv-Visible");
	pb_swapStyle(document.getElementById('alerterObj'),"alerterDiv-Visible");
}

function alert_application_DoFSCommand(command, args) { 
  if (command == "alerter") { 
    alerter(args);
  }
}