<!-- 
var MissingDocument = false;
var menuimgarr = new Array(18);

function track () { }

function HMenu (ad) {
document.write("<tr><td colspan=3>");
track();
document.write("</td></tr>");
}

function WaitFun () {
  window.open("/wait.html", "WaitWin", "toolbar=no,menubar=no,scrollbars=no,width=500,height=50");
  return false;
}

function getCookieVal (offset) {
      var endstr = document.cookie.indexOf (";", offset);
      if (endstr == -1) {
              endstr = document.cookie.length;
      }       
      return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie (name) {
      var arg = name + "=";
      var alen = arg.length;
      var clen = document.cookie.length;
      var i = 0;
      while (i < clen) {
        var j = i + alen;
        if (document.cookie.substring(i, j) == arg) {
           return getCookieVal (j);
        }
        i = document.cookie.indexOf(" ", i) + 1;
        if (i == 0)  {
          break;
        }
      } 
      return null;
}

function SetCookie (name, value) {
      var argv = SetCookie.arguments;
      var argc = SetCookie.arguments.length;
      var expires = (argc > 2) ? argv[2] : null;
      var path = (argc > 3) ? argv[3] : null;
      var domain = (argc > 4) ? argv[4] : null;
      var secure = (argc > 5) ? argv[5] : false;
      document.cookie = name + "=" + escape (value) +
      ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
      ((path == null) ? "" : ("; path=" + path)) +
      ((domain == null) ? "" : ("; domain=" + domain)) +
      ((secure == true) ? "; secure" : "");
}

function FormClick(form,url,wait) {
	if(wait) WaitFun() ;
	form.action = url ;
	form.submit() ;
}

var horofullalttext1 = "Прочитайте интерпретацию вашего индивидуального гороскопа прямо сейчас!";
function mousetext31 (isOver) { window.status = (isOver)? horofullalttext1 : ' '; return true; }
function CenterWindow1 (w, h) { var cwidth = Math.round((screen.availWidth - w) / 2); var cheight = Math.round((screen.availHeight - h) / 2); return 'left='+cwidth+',screenX='+cwidth+',top='+cheight+',screenY='+cheight; }
function horofull1 (n) {
	var ps = (n > 9)? 'p000' : 'p0000';
	document.cookie = 'partner=' + ps + n +'; path=/';
	document.cookie = 'referer=' + escape(window.location.href) + '; path=/';
	var w = window.open('/Chart/interp_step1.html?popup=1', 
		'interpretwin' + Math.round(Math.random() * 100000), 
		'scrollbars=yes,height=550,outerHeight=550,width=780,outerWidth=780,'+CenterWindow1(780,550)); 
	w.focus(); 
}

//-->
