// JavaScript Document
<!--

/*Code generated by the onMouseover whipper
Visit http://javascriptkit.com for more info*/

m011=new Image(145,50)
m011.src="img/menu11.gif"
m012=new Image(145,50)
m012.src="img/menu12.gif"

m021=new Image(145,50)
m021.src="img/menu21.gif"
m022=new Image(145,50)
m022.src="img/menu22.gif"

m031=new Image(145,50)
m031.src="img/menu31.gif"
m032=new Image(145,50)
m032.src="img/menu32.gif"

m041=new Image(145,50)
m041.src="img/menu41.gif"
m042=new Image(145,50)
m042.src="img/menu42.gif"

function filter(imagename,objectsrc){
if (document.images)
document.images[imagename].src=eval(objectsrc+".src")
}

var win=null;
function okno(mypage,myname,w,h,infocus)
{
myleft=(screen.width)?(screen.width-w)/2:100;
mytop=(screen.height)?(screen.height-h)/2:100;
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=0,location=0,directories=0,status=0,menubar=0,toolbar=0,resizable=1";
win=window.open(mypage,myname,settings);
win.focus();
}

var win=null;
function okno2(mypage,myname,w,h,infocus)
{
myleft=(screen.width)?(screen.width-w)/2:100;
mytop=(screen.height)?(screen.height-h)/2:100;
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=1,location=0,directories=0,status=0,menubar=0,toolbar=0,resizable=1";
win=window.open(mypage,myname,settings);
win.focus();
}

//-->