// ----------------------------------------------------------------------------------------

function show_ref() {
    document.open();
    document.write('<img src="http://www.zeitwerk.com/cgi-bin/b.gif?q=' + document.referrer + '" alt="" style="height:1px; width:1px;" />');
    document.close();
}  

// ----------------------------------------------------------------------------------------

function zw_write_url() {
    document.open();
    document.write(window.location.href);
    document.close();
}

// ----------------------------------------------------------------------------------------

function openTech(techind) {
    var helpStr; 
    if(techind.match(/#/g)) { helpStr = "http://www.24open.ch/zeitwerk/support/" + techind.replace(/#/,"p.htm#"); }
    else { helpStr = "http://www.24open.ch/zeitwerk/support/" + techind + "p.htm"; }    
    HelpWin = window.open(helpStr, "helpwin", "width=640,height=480,resizable=yes,scrollbars=yes,toolbar=no,status=no,menubar=no,location=no,directories=no");
    HelpWin.focus();
}

// ----------------------------------------------------------------------------------------

