function getLocation(url){
 location.href = url;
}

function showMB(mbox)  { 
ColdFusion.MessageBox.show(mbox); 
}
