//function to confirm activate/deactivate

function confirmview(path,contact)
{
	 if(confirm(captable[499]+' '+contact))
	 {
	 window.location=path;
	 }
}

function confirmpageview(path)
{
	 if(confirm(captable[500]))
	  window.location=path;
}

function loginalert()
{
	 alert(captable[951]);
}

function noresults(child,parent)
{
	 var text = captable[1069];
	 text = text.replace("#childname#",child);
	 text = text.replace("#parentname#",parent);
	 alert(text);
}
