


var trAg = "no";

function pwData(aStatus){
	if(aStatus["butType"] == "subPW"){
		var UandP = "security/wbVerify.cfm?pwU="+aStatus["user"]+"&pwP="+aStatus["pass"];				
		trAg = "yes";						
		parent.fDoc9.location.href=UandP;		
	}
	else{
		parent.location='about:home';
	}
}


function security(){
	var up_dLog = window.showModalDialog("security/wbDialog.cfm?logFail="+trAg,pwData,"help:no; dialogHeight:200px; dialogWidth:300px; status:no");				
}	
