<html>
<head>
<title>$SITE_NAME$ - $MODULE_NAME$</title>
<link type="text/css" rel="StyleSheet" href="http://testshabl.ucoz.ru/_st/my.css" />

<style>
/* hint menu */
.hint
{
background-color:black;
line-height:10px;
color:white;
font-family:verdana,arial,helvetica;
font-size:8pt;
width:auto;
border-top:1px solid #0099ff;
border-right:1px solid #0099ff;
border-bottom:1px solid #0099ff;
border-left:1px solid #0099ff;
margin:1px;
padding:8px;
position:absolute;
visibility:hidden;
}
/* ---------------- */
</style>

<script>
//Hint Start
// CLASS : MW_System_Load
// Init
function MW_System_Load(){
this.wib = screen.width;
this.heb = screen.height;
this.documes = (document.getElementById || document.createElement || document.getElementsByTagName) ? true : false;
this.objects = window.addEventListener || window.attachEvent ? window : document.addEventListener ? document : null;
this.types = 'load';
}
MW_System_Load.prototype.addsevent = function(func){
if(this.objects.addEventListener){
this.objects.addEventListener(this.types,func,false);
return true;
} else if (this.objects.attachEvent){
this.objects.attachEvent("on" + this.types,func);
} else {
return false;
}
}
MW_System_Load.prototype.browser = function(){
this.ver = navigator.appVersion;
this.agent = navigator.userAgent.toLowerCase();
this.dom = document.getElementById ? 1:0;
this.all = document.all ? 1:0;
this.ie5 = (this.ver.indexOf("MSIE 5")>-1 && this.dom) ? 1:0;
this.ie6 = (this.ver.indexOf("MSIE 6")>-1 && this.dom) ? 1:0;
this.ie4 = (document.all && !this.dom) ? 1:0;
this.ie = this.ie4 || this.ie5 || this.ie6;
this.opera = this.agent.indexOf("opera")>-1;
this.gecko = (this.agent.indexOf("gecko")!=-1) ? 1:0;
this.bw = (this.ie || this.opera || this.gecko);
return this;
}
MW_System_Load.prototype.findobj = function(obj){
this.parent = window.document;
if(this.parent[obj]){ return this.parent[obj]; }
if(this.parent.all && this.parent.all[obj]){ return this.parent.all[obj]; }
if(this.parent.layers && this.parent.layers[obj]){ return this.parent.layers[obj]; }
if(this.parent.getElementById && this.parent.getElementById(obj)){ return this.parent.getElementById(obj); }
return null;
}
var MW = new MW_System_Load();
function MW_System_Hint(){}
MW_System_Hint.prototype.show = function(obj,str){
var hint = MW.findobj('hint');
if(!obj){ return; }
if(!MW.documes){ return; }
if(!hint){ return; }
hint.className = 'hint';
hint.style.left = 15;
hint.style.top = 50;

obj.onmouseout = function(advance){
hint.style.width = '';
hint.style.visibility = 'hidden';
if(hint.firstChild) hint.removeChild(hint.firstChild);
hint.appendChild(document.createTextNode(str));
};
obj.onmousemove = function(advance){
//str = str.replace(/</g,"<");
//str = str.replace(/>/g,">");
hint.style.width = '';
hint.innerHTML = str;
vc = document.getElementsByTagName((document.compatMode && document.compatMode=="CSS1Compat") ? "HTML":"BODY")[0];
x = window.event ? event.clientX + vc.scrollLeft : advance.pageX;
y = window.event ? event.clientY + vc.scrollTop : advance.pageY;
vcwidth = vc.clientWidth ? vc.clientWidth + vc.scrollLeft : window.innerWidth + window.pageXOffset;
vcheight = vc.innerHeight ? window.innerHeight + window.pageYOffset : vc.clientHeight + vc.scrollTop;
if(hint.offsetWidth>500){ hint.style.width = '200'; }
if((x + hint.offsetWidth + 15) > vcwidth){
hint.style.left = x - hint.offsetWidth - 4;
} else {
hint.style.left = x + 15;
}
if((y + hint.offsetHeight + 19) > vcheight){
hint.style.top = y - hint.offsetHeight;
} else {
hint.style.top = y + 25;
}
//if(typeof(hint.style.MozOpacity)!="undefined"){
hint.style.opacity = '.91';
hint.style.filter = "alpha(opacity:91)";
//}
hint.style.visibility = 'visible';
};
}
MW_System_Hint.prototype.initialize = function(){
var hint = document.createElement("DIV");
hint.setAttribute('id','hint');
document.getElementsByTagName('body')[0].appendChild(hint);
hint.style.visibility = 'hidden';
var hintmarker = ['a','img','img','input','span','div','textarea'];
var textmarker = ['title','alt','title','title','title','title','title'];
var lenmarker = hintmarker.length;
for(var i=0; i<lenmarker; i++) {
atr = document.getElementsByTagName(hintmarker[i]);
for(var j=0; j<atr.length; j++)
if(viewhint=atr[j].getAttribute(textmarker[i])){
atr[j].removeAttribute(textmarker[i]);
HINT.show(atr[j],viewhint);
}
}
}
var HINT = new MW_System_Hint();
if(MW.objects){ MW.addsevent(HINT.initialize); }
//Hint End
</script>

</head>

<body style="background:url(' /img/bg.gif') #191919; margin:0px; padding:0px;">
$ADMIN_BAR$

<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td align="right" width="5%"></td>
<td width="90%" valign="top" style="border-bottom:1px solid #000000;">

<table border="0" cellpadding="2" cellspacing="0" width="100%" height="190" style="border-bottom:1px solid #494949;">
<img src=" /img/logo.gif" border="0" alt="" />
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="23" style="border:2px solid #0099ff;background-color: black;">
 <tr>
 <td width="50%" align="left" style="font-size:10px;padding-left:10px;"><a href="$HOME_PAGE_LINK$" title=""><!--<s5176>--><!--</s>--></a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?>  | <a href="$PERSONAL_PAGE_LINK$" title=" "><!--<s5214>--> <!--</s>--></a><?else?> | <a href="$REGISTER_LINK$" title=""><!--<s3089>--><!--</s>--></a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$" title=""><!--<s5164>--><!--</s>--></a><?else?> | <a href="$LOGIN_LINK$" title=""><!--<s3087>--><!--</s>--></a><?endif?><?endif?></td>
 <td width="50%" align="right" style="font-size:10px;padding-right:10px;"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><!--<s5200>  -->  <!--</s>--> <a href="$PERSONAL_PAGE_LINK$" title=" "><b>$USERNAME$</b></a> | <!--<s3167>--><!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>--> <!--</s>--> <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$" title="RSS">RSS</a><?endif?></td>
 </tr>
</table>

<table cellpadding="0" cellspacing="0" border="0" width="100%" style="border-top:1px solid #494949;border-bottom:1px solid #494949;"><tr><td valign="top" style="border:1px solid #1A1A1A;background:#2C2C2C;">

<!-- <middle> -->
<table border="0" cellpadding="0" cellspacing="2" width="100%">
<tr>
<td valign="top" style="width:180px;">


<!-- <block1> -->
<?if($SMENU_1$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="200">
 <tr><td height="30" style="background:url('/img/verhmenu.gif') #252525;color:#FFCA42;padding-left:28px;font-size:10px;"><b><!-- <bt> --><!--<s5184>--> <!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px;"><!-- <bc> -->$SMENU_1$<!-- </bc> --></td></tr>
 
</table>
<?endif?>
<!-- </block1> -->

<!-- <block2> -->
<?if($CATEGORIES$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="200">
 <tr><td height="30" style="background:url('/img/verhmenu.gif') #252525;color:#FFCA42;padding-left:28px;font-size:10px;"><b><!-- <bt> --><!--<s5351>--> <!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px;"><!-- <bc> -->$CATEGORIES$<!-- </bc> --></td></tr>
 
</table>
<?endif?>
<!-- </block2> -->

<!-- <block3> -->
<?if($CHAT_BOX$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="200">
 <tr><td height="30" style="background:url('/img/verhmenu.gif') #252525;color:#FFCA42;padding-left:28px;font-size:10px;"><b><!-- <bt> --><!--<s3199>-->-<!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px;"><!-- <bc> -->$CHAT_BOX$<!-- </bc> --></td></tr>
 
</table>
<?endif?>
<!-- </block3> -->

<!-- <block4> -->
<?if($POLL$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="200">
 <tr><td height="30" style="background:url('/img/verhmenu.gif') #252525;color:#FFCA42;padding-left:28px;font-size:10px;"><b><!-- <bt> --><!--<s5207>--> <!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px;"><!-- <bc> -->$POLL$<!-- </bc> --></td></tr>
 
</table>
<?endif?>
<!-- </block4> -->

<!-- <block5> -->
<?if($COUNTER$ || $ONLINE_COUNTER$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="200">
 <tr><td height="30" style="background:url('/img/verhmenu.gif') #252525;color:#FFCA42;padding-left:28px;font-size:10px;"><b><!-- <bt> --><!--<s5195>--><!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px;"><div align="center"><!-- <bc> -->$COUNTER$<?if($ONLINE_COUNTER$)?><hr />$ONLINE_COUNTER$$ONLINE_USERS_LIST$<?endif?><!-- </bc> --></div></td></tr>
 
</table>
<?endif?>
<!-- </block5> -->

<!-- <block6> -->
<?if($LOGIN_FORM$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="200">
 <tr><td height="30" style="background:url('/img/verhmenu.gif') #252525;color:#FFCA42;padding-left:28px;font-size:10px;"><b><!-- <bt> --><!--<s5158>--> <!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px;"><!-- <bc> -->$LOGIN_FORM$<!-- </bc> --></td></tr>
 
</table>
<?endif?>
<!-- </block6> -->


</td>

<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:1px solid #494949;"><tr><td style="background:#3D3D3D;padding:10px;border:1px solid #262626;"><!-- <body> --><!-- <body> -->[BODY]<!-- </body> --><!-- </body> --></td></tr></table>
</td>

<td valign="top" style="width:180px;">


<!-- <block7> -->
<?if($SEARCH_FORM$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="200">
 <tr><td height="30" style="background:url('/img/verhmenu.gif') #252525;color:#FFCA42;padding-left:28px;font-size:10px;"><b><!-- <bt> --><!--<s3163>--><!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px;"><div align="center"><!-- <bc> -->$SEARCH_FORM$<!-- </bc> --></div></td></tr>
 
</table>
<?endif?>
<!-- </block7> -->

<!-- <block8> -->
<?if($CALENDAR$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="200">
 <tr><td height="30" style="background:url('/img/verhmenu.gif') #252525;color:#FFCA42;padding-left:28px;font-size:10px;"><b><!-- <bt> --><!--<s5171>--><!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px;"><div align="center"><!-- <bc> -->$CALENDAR$<!-- </bc> --></div></td></tr>
 
</table>
<?endif?>
<!-- </block8> -->

<!-- <block9> -->
<?if($ARCHIVE_LINKS$)?>
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="200">
<tr><td height="30" style="background:url('/img/verhmenu.gif') #252525;color:#FFCA42;padding-left:28px;font-size:10px;"><b><!-- <bt> --><!--<s5347>--> <!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px;"><!-- <bc> -->$ARCHIVE_LINKS$<!-- </bc> --></td></tr>
 
</table>
<?endif?>
<!-- </block9> -->

<!-- <block10> -->
<table border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="200">
 <tr><td height="30" style="background:url('/img/verhmenu.gif') #252525;color:#FFCA42;padding-left:28px;font-size:10px;"><b><!-- <bt> --><!--<s5204>--> <!--</s>--><!-- </bt> --></b></td></tr>
<tr><td style="background:#131313;padding:5px;"><!-- <bc> --><!--<s1546>--><li><a href="http://www.ucoz.ru/" target="_blank"> </a></li>
<li><a href="http://www.woweb.ru/" target="_blank">  -</a></li>
<li><a href="http://www.wosoft.ru/" target="_blank">  </a></li>
<li><a href="http://fun.ucoz.ru/" target="_blank"> </a></li>
<li><a href="http://www.wolist.ru/" target="_blank">  </a></li>
<li><a href="http://eda.ucoz.ru/" target="_blank"> </a></li><!--</s>--><!-- </bc> --></td></tr>
 
</table>
<!-- </block10> -->




</td>
</tr>
</table>
<!-- </middle> -->
</td></tr></table>

<table border="0" cellpadding="6" cellspacing="0" width="100%" style="background-color: black">
<tr><td align="right"><!-- <copy> -->  Founder &copy; $YEAR$<!-- </copy> --> |</td> <td align="left">$POWERED_BY$</td></tr>
</table>

</td>
<td align="left" width="10%"></td>
</td></tr></table>

</body>

</html>

<!-- <popup> -->
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr><td style="background-color: black; color: white;" align="center"><b><font color=white>  </font></b></td></tr>
<tr><td align="center" style="background:black;">
[BODY]
</body>
<!-- </popup> -->