/* funktionen.js
   Diese Datei beinhaltet die Javascriptfunktionen für die Navigation
   */
/*Menü Mouseover start
<!-- Wunschbox -->*/
button1= new Image();
button1.src = "img/wubo1.jpg"
button2= new Image();
button2.src = "img/wubo2.jpg"
/*Community*/
button3= new Image();
button3.src = "img/com1.jpg"
button4= new Image();
button4.src = "img/com2.jpg"
/*Forum*/
button5= new Image();
button5.src = "img/forum1.jpg"
button6= new Image();
button6.src = "img/forum2.jpg"
/*Sendeplan*/
button7= new Image();
button7.src = "img/sendeplan1.jpg"
button8= new Image();
button8.src = "/img/sendeplan2.jpg"
/*Bewerbung*/
button9= new Image();
button9.src = "img/bewerbung1.jpg"
button10= new Image();
button10.src = "/img/bewerbung2.jpg"
/*Teamliste*/
button11= new Image();
button11.src = "img/teamliste1.jpg"
button12= new Image();
button12.src = "/img/teamliste2.jpg"
/*Banner*/
button13= new Image();
button13.src = "img/ban1.jpg"
button14= new Image();
button14.src = "/img/ban2.jpg"
/*Banner*/
button15= new Image();
button15.src = "img/wilto1.jpg"
button16= new Image();
button16.src = "/img/wilto2.jpg"
/*Menü Mouseover ende*/
/*Navigation Linkfunktionen*/
function event1 (url) {
 fenster = window.open(url, "Wunschbox", "width=300,height=520,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}
function sendeplan (url) {
 fenster = window.open(url, "Sendeplan", "width=900,height=800,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}
function bewerbung (url) {
 fenster = window.open(url, "Bewerbung", "width=700,height=800,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}
function teamliste (url) {
 fenster = window.open(url, "Teamliste", "width=600,height=850,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}
/*Navigation Linkfunktionen Ende*/
