function obrazek(nazwa,wymiar1,wymiar2){center1=screen.width/2-wymiar1/2;center2=screen.height/2-wymiar2/2;okno=window.open("","","height="+wymiar2+",width="+wymiar1+", left="+center1+",top="+center2);okno.document.open();okno.document.write("<html>\n<head>\n<title>&#9733; Communication4 Limited &#9733;</title>\n</head>\n<body style=\"margin:0px\">\n<a href=javascript:window.close()><img src="+nazwa+" border=0 alt=''></a>\n</body>\n</html>");okno.document.close();}function high(which2){theobject=which2highlighting=setInterval("highlightit(theobject)",50)}function low(which2){clearInterval(highlighting)if(which2.style.MozOpacity)which2.style.MozOpacity=0.3else if(which2.filters)which2.filters.alpha.opacity=55}function highlightit(cur2){if(cur2.style.MozOpacity<1)cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1else if(cur2.filters&&cur2.filters.alpha.opacity<100)cur2.filters.alpha.opacity+=10else if(window.highlighting)clearInterval(highlighting)}startList=function(){if(document.all&&document.getElementById){navRoot=document.getElementById("dmenu");for(i=0;i<navRoot.childNodes.length;i++){node=navRoot.childNodes[i];if(node.nodeName=="LI"){node.onmouseover=function(){this.className+=" over";}node.onmouseout=function(){this.className=this.className.replace(" over","");}}}}}window.onload=startList;