function showhide(p) { 
if (document.getElementById(p).style.display=='none') 
{document.getElementById(p).style.display='block'}
else 
{document.getElementById(p).style.display='none'}
}

function show(a) {document.getElementById(a).style.display='block'}
function hide(b) {document.getElementById(b).style.display='none'}

<!--
new Image().src = "http://counter.yadro.ru/hit?r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random();//-->


// var clear="../i/clear.gif" //path to clear.gif

// pngfix=function(){var els=document.getElementsByTagName('*');var i_p=/\.png/i;var i=els.length;while (i-- >0){var el=els[i];var es=el.style;if(el.src&&el.src.match(i_p)&&es.filter==''){el.height = el.height;el.width = el.width;es.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+el.src+"',sizingMethod='crop')";el.src = clear;}else{var elb=el.currentStyle.backgroundImage;if(elb.match(i_p)){var path=elb.split('"');var rep=(el.currentStyle.backgroundRepeat=='no-repeat')?'crop':'scale';es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+path[1]+"',sizingMethod='"+rep+"')";es.height=el.clientHeight+'px';es.backgroundImage="none";}}if (el.currentStyle.position!='absolute' && !es.filter && !el.tagName.match(/(body|html|script)/gi)) es.position="relative";if (es.filter&&el.currentStyle.position=="relative") es.position="static";}}
// window.attachEvent('onload',pngfix);

    hs.graphicsDir = 'http://italmoda.cn.ua/highslide/graphics/';
    hs.transitions = ['expand', 'crossfade'];
    hs.outlineType = 'rounded-white';
    hs.wrapperClassName = 'controls-in-heading';
    hs.fadeInOut = true;
    hs.showCredits = false;
    //hs.dimmingOpacity = 0.75;
    
    // Add the controlbar
    if (hs.addSlideshow) hs.addSlideshow({
        //slideshowGroup: 'group1',
        interval: 3000,
        repeat: false,
        useControls: true,
        fixedControls: false,
        overlayOptions: {
            opacity: 1,
            position: 'top right',
            hideOnMouseOut: true
        }
    });
	
function captcha(){
               if (document.getElementById('captcha_box').className == "captcha_yes"){
                       document.getElementById('captcha_box').className = "captcha_no";
                       document.getElementById('captcha_sess').value = 0;
               }
               else{
                       document.getElementById('captcha_box').className = "captcha_yes";
                       document.getElementById('captcha_sess').value = 1;
               }
       }