function focus() {
for (a=0;a<document.links.length;)
document.links[a].onfocus=document.links[a++].blur;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

	var waw = window.location.href;
	var regexp01 = /.*\/index.php.*/i;

	// podmiana obrazkow poprzedni/nastepny
	if (document.images) {
		menu0on = new Image();
		menu0on.src = "../img/home2.gif";
		menu0off = new Image();
		menu0off.src = "../img/home1.gif";
		menu1on = new Image();
		menu1on.src = "../img/left2.gif";
		menu1off = new Image();
		menu1off.src = "../img/left1.gif";
		menu2on = new Image();
		menu2on.src = "../img/top2.gif";
		menu2off = new Image();
		menu2off.src = "../img/top1.gif";
		
	}
	function msover(name) {
		if (document.images) {
			document.images[name].src = eval (name + "on.src");
		}
	}
	function msout(name) {
		if (document.images) {
			document.images[name].src = eval (name + "off.src");
		}
	}
	
	
