
function func1() {
  if(!NiftyCheck())
    return;
Rounded("div#email_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#username_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#password_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#password2_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#title_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#first_name_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#last_name_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#middle_name_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#address_1_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#address_2_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#city_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#zip_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#country_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#phone_1_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#phone_2_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#fax_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#vm_shopper_group_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#bank_account_type_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#vm_company_kvk_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#vm_company_vat_input","top bottom","#fff","#fff","smooth border #ccc");
Rounded("div#company_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#address_type_name_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#bank_account_nr_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#bank_account_holder_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#bank_name_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#bank_sort_code_input","all","#fff","#fff","smooth border #ccc");
Rounded("div#bank_iban_input","all","#fff","#fff","smooth border #ccc");
Rounded("div.vmlpsearch","top bottom","","#fff","smooth border #ccc");
Rounded("div.login_form","all","#fff","#fff","smooth border #ccc");
Rounded("div.contact_input","all","#fff","#fff","smooth border #ccc");
Rounded("div.contact_text","all","#fff","#fff","smooth border #ccc");
Rounded("div#contact_name_field","all","#fff","#fff","smooth border #ccc");
Rounded("div#contact_email_field","all","#fff","#fff","smooth border #ccc");
Rounded("div#contact_text_field","all","#fff","#fff","smooth border #ccc");
Rounded("div.inputrounded","all","#fff","#fff","smooth border #ccc");
Rounded("div.coupon","all","#fff","#fff","smooth border #ccc");

}

function func2() {
  document.getElementById('vmlp_search_str').focus();
}

function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}

addLoadEvent(func1);
addLoadEvent(func2);


