function sendpage()
  {
	mail_str = "mailto:?subject= " + "Silvias Buggyservice - Travel equipment hire service";
	mail_str += "&body=Please look at this tip: Silvias Buggyservice - Travel equipment hire service including hotel delivery - pushchair, pram, travelcot, high chair hire service for family holidays and online travel agency.";
	mail_str += ". The address is here: " + location.href; 
	location.href = mail_str;
  }
  
  
  function emailtest(s)
  {
  var a = false;
  var res = false;
  if(typeof(RegExp) == 'function')
    {
    var b = new RegExp('abc');
    if(b.test('abc') == true){a = true;}
    }

  if(a == true)
    {
    reg = new RegExp('^([a-zA-Z0-9\\-\\.\\_]+)'+
                     '(\\@)([a-zA-Z0-9\\-\\.]+)'+
                     '(\\.)([a-zA-Z]{2,4})$');
    res = (reg.test(s));
    }
  else
    {
    res = (s.search('@') >= 1 &&
           s.lastIndexOf('.') > s.search('@') &&
           s.lastIndexOf('.') >= s.length-5)
    }
  return(res);
  }
 
  
 function chkkonFormulare(kreturnwert)
 {
      if(document.getElementById("KFormular").kanrede.options[0].selected == true)
  {
    alert(unescape("Please select the salutation%21"));
    document.getElementById("KFormular").kanrede.focus();
    return false;
  }
  if(document.getElementById("KFormular").kname.value == "")
  {
    alert(unescape("Please enter your name%21"));
    document.getElementById("KFormular").kname.focus();
    return false;
  }
  
  if(document.getElementById("KFormular").kemail.value == "")
  {
    alert(unescape("Please enter your valid e-mail address%21"));
    document.getElementById("KFormular").kemail.focus();
    return false;
  }
  
 if(emailtest(document.getElementById("KFormular").kemail.value) != true)
  {
    alert(unescape("Please enter your valid e-mail address%21"));
    document.getElementById("KFormular").kemail.focus();
    return false;
  }    
  if(document.getElementById("KFormular").kbetreff.value == "")
  {
    alert(unescape("Please enter your reference%21"));
    document.getElementById("KFormular").kbetreff.focus();
    return false;
  }
 }
 
 function NewColor(obj,fgcol,bgcol,bratt)
{
if(obj.style)
{
obj.style.color = fgcol; //Forground-Color
obj.style.backgroundColor = bgcol; //Background-Color
obj.style.border = bratt; //Border-Attribute
}
}
 