function f_start() {
// Beim Link "Startseite festlegen" ID nicht vergessen! z.B. <a id="aufwaerts" href="javascript:f_start()">
if (document.getElementById) {
document.getElementById("aim").style.behavior= "url(#default#homepage)";
document.getElementById("aim").sethomepage("http://www.aim-gmbh.at/");
}
else if (document.all) {
document.all.hurrican.style.behavior= "url(#default#homepage)";
document.all.hurrican.sethomepage("http://www.aim-gmbh.at/");
}
}

function openw(page,w,h,t,l,name)
{
OpenWin = this.open(page, name,"top=" + t + ",left=" + l + ",width=" + w + ",height=" + h + ",fullscreen=0,toolbar=no,target=top,menubar=no,location=no,scrollbars=no,resizable=no");
OpenWin.focus();
}

function showsubmenu(layer) {
  if (document.getElementById('news')) {
	  document.getElementById('news').style.visibility="hidden";
  }
  if (document.getElementById('newse')) {
	  document.getElementById('newse').style.visibility="hidden";
  }
  document.getElementById('company').style.visibility="hidden";
  document.getElementById('general').style.visibility="hidden";
  if(document.getElementById(layer)) {
    document.getElementById(layer).style.visibility="visible";
  }
  return;
}

img00 = new Image();
img00.src = "images/kerngback2.gif"; /* normale-Grafik */
img01 = new Image();
img01.src = "images/kernsymb1_l.gif"; /* Highlight-Grafik */
img02 = new Image();
img02.src = "images/kernsymb2_l.gif"; /* Highlight-Grafik */
img03 = new Image();
img03.src = "images/kernsymb3_l.gif"; /* Highlight-Grafik */
img04 = new Image();
img04.src = "images/kernsymb4_l.gif"; /* Highlight-Grafik */
img05 = new Image();
img05.src = "images/kernsymb5_l.gif"; /* Highlight-Grafik */
img06 = new Image();
img06.src = "images/kernsymb6_l.gif"; /* Highlight-Grafik */
img07 = new Image();
img07.src = "images/kernsymb7_l.gif"; /* Highlight-Grafik */
img08 = new Image();
img08.src = "images/kernsymb8_l.gif"; /* Highlight-Grafik */
img09 = new Image();
img09.src = "images/kernsymb9_l.gif"; /* Highlight-Grafik */
img10 = new Image();
img10.src = "images/kernsymb10_l.gif"; /* Highlight-Grafik */
img11 = new Image();
img11.src = "images/kernsymb11_l.gif"; /* Highlight-Grafik */
img12 = new Image();
img12.src = "images/kernsymb12_l.gif"; /* Highlight-Grafik */
img13 = new Image();
img13.src = "images/kernsymb13_l.gif"; /* Highlight-Grafik */
img14 = new Image();
img14.src = "images/kernsymb14_l.gif"; /* Highlight-Grafik */
img15 = new Image();
img15.src = "images/kernsymb15_l.gif"; /* Highlight-Grafik */
img16 = new Image();
img16.src = "images/kernsymb16_l.gif"; /* Highlight-Grafik */

txt00 = new Image();
txt00.src = "images/kerntxt00.gif"; /* normale-Grafik */
txt01 = new Image();
txt01.src = "images/kerntxt01.gif"; /* Highlight-Grafik */
txt02 = new Image();
txt02.src = "images/kerntxt02.gif"; /* Highlight-Grafik */
txt03 = new Image();
txt03.src = "images/kerntxt03.gif"; /* Highlight-Grafik */
txt04 = new Image();
txt04.src = "images/kerntxt04.gif"; /* Highlight-Grafik */
txt05 = new Image();
txt05.src = "images/kerntxt05.gif"; /* Highlight-Grafik */
txt06 = new Image();
txt06.src = "images/kerntxt06.gif"; /* Highlight-Grafik */
txt07 = new Image();
txt07.src = "images/kerntxt07.gif"; /* Highlight-Grafik */
txt08 = new Image();
txt08.src = "images/kerntxt08.gif"; /* Highlight-Grafik */
txt09 = new Image();
txt09.src = "images/kerntxt09.gif"; /* Highlight-Grafik */
txt10 = new Image();
txt10.src = "images/kerntxt10.gif"; /* Highlight-Grafik */
txt11 = new Image();
txt11.src = "images/kerntxt11.gif"; /* Highlight-Grafik */
txt12 = new Image();
txt12.src = "images/kerntxt12.gif"; /* Highlight-Grafik */
txt13 = new Image();
txt13.src = "images/kerntxt13.gif"; /* Highlight-Grafik */
txt14 = new Image();
txt14.src = "images/kerntxt14.gif"; /* Highlight-Grafik */
txt15 = new Image();
txt15.src = "images/kerntxt15.gif"; /* Highlight-Grafik */
txt16 = new Image();
txt16.src = "images/kerntxt16.gif"; /* Highlight-Grafik */


function hiLite(imgID,imgObjName) {
// imgID - Name des auszutauschenden Bildes z.B. foto2
// imgObjName - Name des Bildes mit dem ausgetauscht wird z.B. i02
document.images[imgID].src = eval(imgObjName + ".src")
}
//-->