/*<![CDATA[*/
<!--

img_1=new Image(); img_1.src = "templates/softtrend/images/menu/diktieren.gif";
img_2=new Image(); img_2.src = "templates/softtrend/images/menu/spracherkennung.gif";
img_3=new Image(); img_3.src = "templates/softtrend/images/menu/diktatmanagement.gif";
img_4=new Image(); img_4.src = "templates/softtrend/images/menu/shop_schwarz.gif";
img_5=new Image(); img_5.src = "templates/softtrend/images/menu/support.gif";
img_6=new Image(); img_6.src = "templates/softtrend/images/menu/events.gif";
img_7=new Image(); img_7.src = "templates/softtrend/images/menu/firmenprofil.gif";
img_8=new Image(); img_8.src = "templates/softtrend/images/menu/kontakt.gif";

img_1_h=new Image(); img_1_h.src = "templates/softtrend/images/menu/diktieren_grau.gif"; 
img_2_h=new Image(); img_2_h.src = "templates/softtrend/images/menu/spracherkennung_grau.gif";
img_3_h=new Image(); img_3_h.src = "templates/softtrend/images/menu/diktatmanagement_grau.gif";
img_4_h=new Image(); img_4_h.src = "templates/softtrend/images/menu/shop_grau.gif";
img_5_h=new Image(); img_5_h.src = "templates/softtrend/images/menu/support_grau.gif";
img_6_h=new Image(); img_6_h.src = "templates/softtrend/images/menu/events_grau.gif";
img_7_h=new Image(); img_7_h.src = "templates/softtrend/images/menu/firmenprofil_grau.gif";
img_8_h=new Image(); img_8_h.src = "templates/softtrend/images/menu/kontakt_grau.gif";

function switchImage(imageId,mouse) {
  if(mouse == "on") { document.getElementById("image_" + imageId).src = eval("img_" + imageId + "_h.src"); }
  if(mouse == "off") { document.getElementById("image_" + imageId).src = eval("img_" + imageId + ".src"); }
}

// -->
/*]]>*/

