<!--

var neues;
var didopen=false;

Tauschbild01a = new Image();
Tauschbild01a.src = "../img/news.png";     /* normale-Grafik */
Tauschbild01b = new Image();
Tauschbild01b.src = "../img/news_on.png";     /* Highlight-Grafik */

Tauschbild02a = new Image();
Tauschbild02a.src = "../img/projekte.png";     /* normale-Grafik */
Tauschbild02b = new Image();
Tauschbild02b.src = "../img/projekte_on.png";     /* Highlight-Grafik */

Tauschbild03a = new Image();
Tauschbild03a.src = "../img/technologie.png";     /* normale-Grafik */
Tauschbild03b = new Image();
Tauschbild03b.src = "../img/technologie_on.png";     /* Highlight-Grafik */

Tauschbild04a = new Image();
Tauschbild04a.src = "../img/kontakt.png";     /* normale-Grafik */
Tauschbild04b = new Image();
Tauschbild04b.src = "../img/kontakt_on.png";     /* Highlight-Grafik */

function Wechseln(Bildname,Tauschbildname) {
  document.images[Bildname].src = eval(Tauschbildname + ".src")
}


function bigchat(theURL,winName) { 
    if  (didopen)  neues.close();
	didopen=true;
 features = "width=800,height=500,scrollbars=no,resizable=yes";
 neues = window.open(theURL,"chat",features);
}

function mailbox(theURL,winName) { 
 features = "width=800,height=500,scrollbars=yes,resizable=yes";
 neues = window.open(theURL,"mail",features);
}

function html_code(theURL,winName) { 
    if  (didopen)  neues.close();
	didopen=true;
 features = "width=500,height=250,scrollbars=yes,resizable=no";
 neues = window.open(theURL,"displaywindow",features);
}

function vorschau(theURL,winName) { 
    if  (didopen)  neues.close();
	didopen=true;
 features = "width=800,height=750,scrollbars=yes,resizable=yes";
 neues = window.open(theURL,"vorschau",features);
}

function rangliste(theURL,winName) { 
    if  (didopen)  neues.close();
	didopen=true;
 features = "width=1000,height=770,scrollbars=yes,resizable=yes";
 neues = window.open(theURL,"rangliste",features);
}

function openPaymentPopup(url) { 
  newwindow = window.open(url, 'callandpay', 'height=404,width=320,resizable=no,menubar=no,status=no,location=no,toolbar=no,titlebar=no,scrollbars=no,directories=no'); 
  if (window.focus) {newwindow.focus();} 
}

//-->
