function ValidateFieldsFB(tip) {
var forma=document.forms["dwnl"];
  field=forma.elements["Name"];
  if (isEmpty(field, "Name")) return false;

  field=forma.elements["Company"];
  if (isEmpty(field, "Company")) return false;

  field=forma.elements["Email"];
  if (isEmpty(field, "Email")) return false;
  if (!isEmail(field, "Email")) return false;

  field=forma.elements["Country"];
  if (isEmpty(field, "Country")) return false;

  document.getElementById("Name").disabled=false;
  document.getElementById("Company").disabled=false;
  document.getElementById("Email").disabled=false;
  document.getElementById("Country").disabled=false;
  if (!(tip==1)){
    window.open("http://www.ibisco.com/SupportFiles/FB2007/FinBon2007.exe");
  }
  createCookie("idown","idown");
}

function ValidateFieldsFB07is(tip) {
var forma=document.forms["dwnl"];
  field=forma.elements["Name"];
  if (isEmpty(field, "Name")) return false;

  field=forma.elements["Company"];
  if (isEmpty(field, "Company")) return false;

  field=forma.elements["Email"];
  if (isEmpty(field, "Email")) return false;
  if (!isEmail(field, "Email")) return false;

  field=forma.elements["Country"];
  if (isEmpty(field, "Country")) return false;

  document.getElementById("Name").disabled=false;
  document.getElementById("Company").disabled=false;
  document.getElementById("Email").disabled=false;
  document.getElementById("Country").disabled=false;
  if (!(tip==1)){
    window.open("http://www.ibisco.com/SupportFiles/FB2007is/FinBon2007is.exe");
  }
  createCookie("idown","idown");
}

function ValidateFieldsFB09is(tip) {
var forma=document.forms["dwnl"];
  field=forma.elements["Name"];
  if (isEmpty(field, "Name")) return false;

  field=forma.elements["Company"];
  if (isEmpty(field, "Company")) return false;

  field=forma.elements["Email"];
  if (isEmpty(field, "Email")) return false;
  if (!isEmail(field, "Email")) return false;

  field=forma.elements["Country"];
  if (isEmpty(field, "Country")) return false;

  document.getElementById("Name").disabled=false;
  document.getElementById("Company").disabled=false;
  document.getElementById("Email").disabled=false;
  document.getElementById("Country").disabled=false;
  if (!(tip==1)){
    window.open("http://www.ibisco.com/SupportFiles/FB2009is/FinBon2009is.exe");
  }
  createCookie("idown","idown");
}

function ValidateFieldsFP07is(tip) {
var forma=document.forms["dwnl"];
  field=forma.elements["Name"];
  if (isEmpty(field, "Name")) return false;

  field=forma.elements["Company"];
  if (isEmpty(field, "Company")) return false;

  field=forma.elements["Email"];
  if (isEmpty(field, "Email")) return false;
  if (!isEmail(field, "Email")) return false;

  field=forma.elements["Country"];
  if (isEmpty(field, "Country")) return false;

  document.getElementById("Name").disabled=false;
  document.getElementById("Company").disabled=false;
  document.getElementById("Email").disabled=false;
  document.getElementById("Country").disabled=false;
  if (!(tip==1)){
    window.open("http://www.ibisco.com/SupportFiles/2007is/Finplan2007is.exe");
  }
  createCookie("idown","idown");
}


function ValidateFieldsFP09is(tip) {
var forma=document.forms["dwnl"];
  field=forma.elements["Name"];
  if (isEmpty(field, "Name")) return false;

  field=forma.elements["Company"];
  if (isEmpty(field, "Company")) return false;

  field=forma.elements["Email"];
  if (isEmpty(field, "Email")) return false;
  if (!isEmail(field, "Email")) return false;

  field=forma.elements["Country"];
  if (isEmpty(field, "Country")) return false;

  document.getElementById("Name").disabled=false;
  document.getElementById("Company").disabled=false;
  document.getElementById("Email").disabled=false;
  document.getElementById("Country").disabled=false;
  if (!(tip==1)){
    window.open("http://www.ibisco.com/SupportFiles/2009is/Finplan2009is.exe");
  }
  createCookie("idown","idown");
}