 function bookmarkit() 
{ 
        if ( window.sidebar && "object" == typeof( window.sidebar ) && "function" == typeof( window.sidebar.addPanel ) )

        {
                window.sidebar.addPanel( 'Euros - Auto diagnostic tools. Launch x431. Ford vcm ids. Odometer correction...', 'http://www.auto-diagnostic.biz/', '' );

        }

        else if ( document.all && "object" == typeof( window.external ) )

        {
             window.external.addFavorite('http://www.auto-diagnostic.biz/','Euros - Auto diagnostic tools. Launch x431. Ford vcm ids. Odometer correction...');
        }
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
 
 function showSubNav(id){
  document.getElementById(id).style.display='block';
 }
 function hideSubNav(id){
  document.getElementById(id).style.display='none';
 }
 function VF_form1(){
var theForm = document.form1;
var errMsg = "";
var setfocus = "";
if (isNaN(theForm['pwdss'].value) || theForm['pwdss'].value == "" || (theForm['pwdss'].value.indexOf(".") != -1) || (parseInt(theForm['pwdss'].value) < 0 || parseInt(theForm['pwdss'].value) > 9999)){
errMsg = "Please enter Verify";
setfocus = "['pwdss']";
}
if (theForm['psw'].value == ""){
errMsg = "Please enter Password";
setfocus = "['psw']";
}
if (theForm['name'].value == ""){
errMsg = "Please enter Username";
setfocus = "['name']";
}
if (errMsg != ""){
alert(errMsg);
eval("theForm" + setfocus + ".focus()");
}
else theForm.submit();
}
function checksubmit()
{
if (document.login.name.value == "")
{
window.alert("Please enter Username");
document.login.name.focus();
return (false);} 
if (document.login.psw.value == "")
{
window.alert("Please enter Password");
document.login.psw.focus();
return (false);}
if (document.form1.safecode.value == "")
{
window.alert("Please enter Verify");
document.login.validatecode.focus();
return (false);}
}
