<!--
function Jump(){
n=document.jumpform.pagename.selectedIndex;
nv=document.jumpform.pagename.options[n].value;
if (nv=="x") return;

window.location=nv;

}

function show_photo(t,n,w,h,p){
photo=window.open('','way'+p,'width='+w+',height='+h);
photo.focus();
photo.document.writeln ('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
photo.document.writeln ('<HTML>');
photo.document.writeln ('<HEAD>');
photo.document.writeln ('<META http-equiv="Content-Type" content="text/html; charset=windows-1251">');
photo.document.writeln ('<META http-equiv="Content-Style-Type" content="text/css">');
photo.document.writeln ('<TITLE>'+t+'</TITLE>');
photo.document.writeln ('</HEAD>');
photo.document.writeln ('<BODY style="margin-top : 0px;margin-left : 0px;margin-right : 0px;margin-bottom : 0px;">');
photo.document.writeln ('<P align="center"><A href="javascript:window.close();"><IMG src="'+n+'" width="'+w+'" height="'+h+'" border="0"></A></P>');
photo.document.writeln ('</BODY>');
photo.document.writeln ('</HTML>');
}

function show_flat(url,w,h,p){
photo=window.open(url,'flat'+p,'width='+w+',height='+h);
photo.focus();
}

function HpbImgPreload()
{
  var appVer=parseInt(navigator.appVersion);
  var isNC=false,isN6=false,isIE=false;
  if (document.all && appVer >= 4) isIE=true; else
    if (document.getElementById && appVer > 4) isN6=true; else
      if (document.layers && appVer >= 4) isNC=true;
  if (isNC||isN6||isIE)
  {
    if (document.images)
    {
      var imgName = HpbImgPreload.arguments[0];
      var cnt;
      swImg[imgName] = new Array;
      for (cnt = 1; cnt < HpbImgPreload.arguments.length; cnt++)
      {
        swImg[imgName][HpbImgPreload.arguments[cnt]] = new Image();
        swImg[imgName][HpbImgPreload.arguments[cnt]].src = HpbImgPreload.arguments[cnt];
      }
    }
  }
}


function HpbImgFind(doc, imgName)
{
  for (var i=0; i < doc.layers.length; i++)
  {
    var img = doc.layers[i].document.images[imgName];
    if (!img) img = HpbImgFind(doc.layers[i], imgName);
    if (img) return img;
  }
  return null;
}


function HpbImgSwap(imgName, imgSrc)
{
  var appVer=parseInt(navigator.appVersion);
  var isNC=false,isN6=false,isIE=false;
  if (document.all && appVer >= 4) isIE=true; else
    if (document.getElementById && appVer > 4) isN6=true; else
      if (document.layers && appVer >= 4) isNC=true;
  if (isNC||isN6||isIE)
  {
    if (document.images)
    {
      var img = document.images[imgName];
      if (!img) img = HpbImgFind(document, imgName);
      if (img) img.src = imgSrc;
    }
  }
}
var swImg; swImg=new Array;

function waplook() {
	
	var wurl;
	var datum = new Date();
	datum = escape(datum.getTime());
	xURL= 'wap.alushta.org';
	xSKINID = "P1";
	wurl=escape(xURL);
	v = window.open('http://tagtag.com/cgi/wapemulator.cgi?O__SKIN=' + xSKINID + '&wurl=' + wurl + '&dummy='+datum, 'wap_alushta_org','width=220,height=285');
}



function uinf(n){
forumrecord=window.open('forum.php?user='+n,'userinfo','scrollbars=yes,toolbar=no,menubar=no,width=300,height=300');
forumrecord.focus();
}


function frec(n){
forumrecord=window.open('forum.php?popuprec=' + n,'forum','scrollbars=yes,toolbar=no,menubar=no,width=600,height=480');
forumrecord.focus();
}

function mfrec(n,p){
forumrecord=window.open('mforum.php?rec='+n+'&p='+p,'mforum','scrollbars=yes,toolbar=no,menubar=no,width=500,height=480');
forumrecord.focus();
}





//-->