<!--

img01 = new Image(); img01.src = "/image/menu/menu1_on.gif";
img02 = new Image(); img02.src = "/image/menu/menu2_on.gif";
img03 = new Image(); img03.src = "/image/menu/menu3_on.gif";
img04 = new Image(); img04.src = "/image/menu/menu4_on.gif";
img05 = new Image(); img05.src = "/image/menu/menu5_on.gif";
img06 = new Image(); img06.src = "/image/menu/menu6_on.gif";
img07 = new Image(); img07.src = "/image/menu/menu6_on.gif";
img08 = new Image(); img08.src = "/image/menu/menu6_on.gif";

img09 = new Image(); img09.src = "/image/menu0/menu1r.gif";
img10 = new Image(); img10.src = "/image/menu0/menu2r.gif";
img11 = new Image(); img11.src = "/image/menu0/menu3r.gif";
img12 = new Image(); img12.src = "/image/menu0/menu4r.gif";

img13 = new Image(); img13.src = "/image/lang/rur.gif";
img14 = new Image(); img14.src = "/image/lang/enr.gif";

function menu_on(id)  {document.images['tm'+id].src = "/image/menu/menu" + id +"_on.gif";}
function menu_off(id) {document.images['tm'+id].src = "/image/menu/menu" + id +".gif";}

function menu0_on(id)  {document.images['m0'+id].src = "/image/menu0/menu" + id +"r.gif";}
function menu0_off(id) {document.images['m0'+id].src = "/image/menu0/menu" + id +".gif";}

function lang_on(id)  {document.images[id].src = "/image/lang/" + id +"r.gif";}
function lang_off(id) {document.images[id].src = "/image/lang/" + id +".gif";}

//--><!-- // Content Window Image Viewer


function OpenWinImage(img, title){
        popUpImage = new Image();
        popUpImage.src = (img);
        ControlImageLoad(img, title);
} function ControlImageLoad(img, title){
        if ((popUpImage.width!=0)&&(popUpImage.height!=0)) {
                viewPopUpImage(img, title);
        } else {
                NewControl = "ControlImageLoad('"+img+"','"+title+"')";
                CILInterval = setTimeout(NewControl,25);
        }
} function viewPopUpImage(img, title) {
        var imgwidth = popUpImage.width;
        var imgheight = popUpImage.height;
        viewpopupimgwin = window.open("","viewpopupimg","top=50,left=200,width=" + popUpImage.width + ",height=" + popUpImage.height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");
        viewpopupimgwin.document.write("<html><head><title>" + title + "</title></head><body leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0 marginwidth=0 marginheight=0><img src=\""+ img +"\" border=\"0\" alt=\"" + title + "\"></body></html>");
} //--><!--
function ParseClick() {
	document.onclick=OnClickActive; return true;
} function OnClickActive() {
	eval("setTimeout(\"document.getElementById('clientsfilter').style.visibility='hidden';\", 2)");
} function show() {
	eval("document.getElementById('clientsfilter').style.visibility = 'visible'");
} function showfilter(id) {
	eval("setTimeout(\"show();\",0)");
	eval("setTimeout(\"ParseClick();\",1)");
} //-->