function popup(id, w, h) {
        var Win = window.open('popup.php?id='+id, 'jakis', 'width='+w+',height='+h+',directories=no,menubar=no,location=no,resizable=no,scrollbars=yes,status=no,toolbar=no,left=0,top=0');
}
function foto(id, w, h) {
        var Win = window.open('popup.php?id='+id, 'jakis', 'width='+w+',height='+h+',directories=no,menubar=no,location=no,resizable=no,scrollbars=no,status=no,toolbar=no,left=0,top=0');
}
function extra(id, w, h) {
        var Win = window.open('extra.php?id='+id, 'jakis', 'width='+w+',height='+h+',directories=no,menubar=no,location=no,resizable=no,scrollbars=yes,status=no,toolbar=no,left=0,top=0');
}

ie = document.all;ns4 = document.layers;ns6 = (document.getElementById&&!document.all)
st = ie?".style":ns6?"').style":""
layer = ie?"document.all.":ns6?"document.getElementById('":"document.layers."

function s(n){a=layer+n+st;eval(a+'.visibility="visible"');}
function h(n){b=layer+n+st;eval(b+'.visibility="hidden"');}
function on()
{
	s(this.name)
}function off() 
{
	h(this.name)
	
}
function menu() 
{
	if(ns4){
	document.layers.bauschprodukty.onmouseover = on
	document.layers.bauschprodukty.onmouseout = off
}
}
function p(field, action, defaultColor, pointerColor, markColor) {
var newColor
var currentColor
var pointerColor = "#FBDB92"
var defaultColor = "#FCE7BC"
currentColor=field.style.backgroundColor;

if (action == 'over') {
newColor=pointerColor; }

if (action == 'out') {
newColor=defaultColor; }


if (newColor) {
field.style.backgroundColor=newColor; }
}


