function najechane(obj) {
    obj.style.backgroundColor="#B2CDFC";
    obj.style.color="#081061";
    }
function zjechane(obj) {
    obj.style.backgroundColor="#7392FC";
    obj.style.color="#FFFFFF";
    }

function show(url, w, h) {
    ow = w+30;
    oh = h+30;
    newWindow = open('', 'atm', 'toolbar="0",location="0",directories="0",status=1,menubar="0",scrollbars=1,resizable=1,copyhistory="0",width='+ow+',height='+oh);
    newWindow.document.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\"><html lang=\"pl\"><head>   <title>ATM</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-2\"><meta http-equiv=\"expires\" content=\"Mon, 01 01 1997 12 00 00 GMT\"><meta http-equiv=\"Expires\" content=\"-1\"><meta name=\"language\" content=\"pl\"><meta name=\"author\" content=\"Grupa MAK, Warszawa, (22) 425 35 48\"><meta name=\"copyright\" content=\"&copy; 1998-2006 MAK Sp. z o.o.\"><meta name=\"robots\" content=\"index,follow\"><meta name=\"googlebot\" content=\"index,follow\"><link rel=\"stylesheet\" href=\"czcionki.css\" type=\"text/css\"></head><body><div style=\"text-align:center;\"><a href=\"javascript:window.close();\" class=\"window\">zamknij okno</a><br><a href=\"javascript:window.close();\"><img src=\"grafiki/"+url+"\" width=\""+w+"\" height=\""+h+"\" alt=\"ATM\" class=\"m035i030_thumbnail\"></a></div></body></html>");
    newWindow.document.close();
    newWindow.moveTo((screen.availWidth-ow)/2, ((screen.availHeight*0.7)-oh)/2);
    }    

