function getURI(setScheme) {
   var currloc=window.location.href;
   if (currloc.length >= 8) {
      var ischeme = currloc.indexOf('://', 0);
      if (ischeme > 0) {
         var scheme = currloc.substring(0, ischeme);
         if (scheme == 'http' || scheme == 'https') {
            var iauthority = currloc.indexOf('/',ischeme + 3);
            if (iauthority > (ischeme + 3)) {
               var authority = currloc.substring(ischeme+3, iauthority);
               return(setScheme + '://' + authority);
            }
         }
      } 
   }
   return('');
}

var BLANK_IMAGE = "/images/transparent.gif";
var STYLE = {"border":0, "borders":[1,1,1,1], "shadow":0, "color":{"border":"#EEEEEE", "shadow":"#000000", "bgON":"#EEEEEE", "bgOVER":"#999999", "imagebg":"#ffffff", "oimagebg":"#ffffff"}, "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}};

var MENU_ITEMS = 
[
{"pos":"relative", "size":[0,0], "itemoff":[0,0], "leveloff":[0,0], "delay":50, "style":STYLE},
{"code":"", "target":"_top", "url":(getURI('http')+"/howitworks.htm"), "format":{"size":[19,118], "itemoff":[0,0], "imgsize":[19,118], "image":"/images/b_howitworks.gif", "oimage":"/images/b_howitworks_o.gif"}},
{"code":"", "target":"_top", "url":(getURI('http')+"/features.htm"), "format":{"size":[19,88], "itemoff":[0,118], "imgsize":[19,88], "image":"/images/b_features.gif", "oimage":"/images/b_features_o.gif"}},
{"code":"", "target":"_top", "url":(getURI('http')+"/about.htm"), "format":{"size":[19,87], "itemoff":[0,88], "imgsize":[19,87], "image":"/images/b_about.gif", "oimage":"/images/b_about_o.gif"}},
{"code":"", "target":"_top", "url":(getURI('https')+"/"), "format":{"size":[19,79], "itemoff":[0,87], "imgsize":[19,79], "image":"/images/b_spacer.gif", "oimage":"/images/b_spacer.gif"}},
{"code":"", "target":"_top", "url":(getURI('http')+"#"), "format":{"size":[19,190], "itemoff":[0,79], "imgsize":[19,190], "image":"/images/b_spacer.gif", "oimage":"/images/b_spacer.gif"}},
{"code":"", "target":"_top", "url":(getURI('http')+"/support.htm"), "format":{"size":[19,85], "itemoff":[0,190], "imgsize":[19,85], "image":"/images/b_support.gif", "oimage":"/images/b_support_o.gif"}},
{"code":"", "target":"_top", "url":(getURI('http')+"/mail/"), "format":{"size":[19,125], "itemoff":[0,85], "imgsize":[19,125], "image":"/images/b_login.gif", "oimage":"/images/b_login_o.gif"}}
]
