function addbookmark()
{
	if (document.all)
	{
		window.external.AddFavorite("http://www.chauffeur.org.uk/","Chauffeur UK Limited");
	}
}

function setFocus(formName,formItem)
{
	eval("document."+formName+"."+formItem+".focus();");
}

function GP_popupConfirmMsg(msg)
{ //v1.0
	document.MM_returnValue = confirm(msg);
}

function dd_StatusBarMsg(msgStr)
{
	window.status=msgStr;
	document.MM_returnValue = true;
}

function MM_goToURL()
{ //v3.0
	var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
	for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function buttonText(btnname,btntext)
{
	btnname.style.color = "#FF0000";
	btnname.value = btntext; 
	return true; 
}
