


function noSpam(user,domain) {
 openMail = "mailto:" + user + "@" + domain;
 window.location = openMail;
}



function Go(x)
     {

var webdesignurl = "http://www.bubblewebdesign.ch";
var iphoneurl = "http://www.webdesign-fuer-iphone.ch";
var iconurl = "http://www.apple-touch-icon.ch";
var hostingurl = "http://www.bubblehosting.ch";
var blogurl = "http://www.blogdesign.ch";
var lawurl = "http://www.bubblelaw.ch";

      if(x == "nothing")
      {
        document.forms[0].reset();
        document.forms[0].elements[0].blur();
        return;
      }


      else if(x == "webdesign") top.location.href = webdesignurl;
      else if(x == "iphone") top.location.href = iphoneurl;
      else if(x == "icon") top.location.href = iconurl;
      else if(x == "hosting") top.location.href = hostingurl;
      else if(x == "blog") top.location.href = blogurl;
      else if(x == "law") top.location.href = lawurl;

      else
      {
        parent.frames[2].location.href = x;
        document.forms[0].reset();
        document.forms[0].elements[0].blur();
      }
    }




var urlframe = "index.html";

if(top.frames.length<1)
  window.location.href= urlframe;




