function check_form(){
if(document.ans.T1.value!=''){
document.ans.submit();
}
else{
alert ("Введите текст комментария!");
}
}

MHover = function(){
 var l = document.getElementById("Menu").getElementsByTagName("li");
 for (var i=0; i<l.length; i++){
  l[i].onmouseover=function() { this.className="menu_hover"; }
        if(i!=(c-1))
                l[i].onmouseout=function() { this.className=""; }
        else
                l[i].onmouseout=function() { this.className="active"; }
  }
}

var answer_last='';

function saw(id){
 if (answer_last){
 document.getElementById('answer' + answer_last+'').style.display = 'none';
 }
 document.getElementById('answer' + id).style.display = 'inline';
 last = id;
 setTimeout("focus('reply" + id + "ta');", 150);
}

function go_auth(){
document.author.unick.focus();
setTimeout("document.author.unick.focus();",100);
}

function show_gal(id){
gal=document.getElementById("Gallery");
gal.style.visibility="visible";
}
function hide(what){
elm=document.getElementById(what);
elm.style.visibility="hidden";
}

function mp3(name,a){
if(a==1)
	document.write('<object type="application/x-shockwave-flash" data="/swf/player_mp3_maxi.swf" width="150" height="15"><param name="movie" value="/swf/player_mp3_maxi.swf" /><param name="bgcolor" value="#ffffff" /><param name="FlashVars" value="mp3=/upload/'+name+'&amp;width=150&amp;height=15&amp;volume=200&amp;showstop=1&amp;showinfo=0&amp;showvolume=1&amp;showloading=always&amp;buttonwidth=15&amp;sliderwidth=8&amp;sliderheight=8&amp;volumeheight=10&amp;loadingcolor=ededed&amp;bgcolor1=ffbc2c&amp;bgcolor2=ffbc2c&amp;slidercolor1=ffffff&amp;buttoncolor=000fff&amp;buttonovercolor=00ffff" /></object>');
else
	document.write('<object type="application/x-shockwave-flash" data="/swf/player_mp3_maxi.swf" width="60" height="15"><param name="movie" value="/swf/player_mp3_maxi.swf" /><param name="bgcolor" value="#ffffff" /><param name="FlashVars" value="mp3=/upload/'+name+'&amp;width=60&amp;height=15&amp;volume=200&amp;showvolume=1&amp;showslider=0&amp;buttonwidth=28&amp;sliderwidth=15&amp;volumeheight=10&amp;loadingcolor=ededed&amp;bgcolor1=ffbc2c&amp;bgcolor2=ffbc2c&amp;slidercolor1=ffffff&amp;buttoncolor=000fff&amp;buttonovercolor=00ffff" /></object>');
}