/* otwarcie okna */
function displayWindow(url, width, height) { var Win = window.open(url, 'displayWindow', 'width=' + width + ',height=' + height + ',resizable=5,scrollbars=yes,menubar=yes' ); }
/* najechanie na element */
function movein(e)  {e.style.background='#e1efff'}
function movein2(e) {e.style.background='#33ccff'}
function moveout(e) {e.style.background='#ccdeff'}
