/*
 * jslib.js
 * Written 2007 nwk
 */
// neues fenster
function grossansicht(url) {
window.open(url,"","toolbar=0,location=0,directories=0,statusbar=0,menubar=0,scrollbars=yes,resizable=no,width=700,height=500");
}

function karte(url) {
window.open(url,"","toolbar=0,location=0,directories=0,statusbar=0,menubar=0,scrollbars=yes,resizable=no,width=900,height=600");
}

// link effekt
function RowOnO(Row){Row.style.backgroundColor = "#222222";}
function RowOffO(Row){Row.style.backgroundColor = "#000000";}
function RowOnE(Row){Row.style.backgroundColor = "#222222";}
function RowOffE(Row){Row.style.backgroundColor = "#111111";}
