function openurl(url) 
{
  document.location.href = url;
}

function addtofav()
{
  if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) 
    window.external.AddFavorite("http://www.1stopwd.co.uk", ":: 1stop Web Designs - a UK web design company ::");
  else
  {
    var msg = "Sorry we could not bookmark 1stop Web Designs automatically.";
    if(navigator.appName == "Netscape") msg += " [Please press CTRL+D]";
    javascript:alert(msg);
  }
} 

function mess() // Scramble my email address
{
  var a,b,c,d,e
 
  a='<a hr'
  a+='ef=\"mai'
  b='de'
  b+='sig'
  b+='n'       
  b+='s'
  c='\">'
  a+='lto:'
  b+='@'
  e='</' + 'a>'
  d='des'
  d+='igns@1sto'
  d+='pwd.c'
  d+='o.uk'
  b+='1stopwd.co.uk'

  document.write(a+b+c+d+e)
}

function mess2() // Scramble my email address
{
  var a,b
   
  b='o.uk'
  a='adm'
  a+='in@1sto'
  a+='pwd.c'
      
  document.write(a+b)
}

function delmsg()
{
  msg = "Are you sure you want to erase this message?";
  return confirm(msg);
}