  function ak_menu_check(what)
  {
    var ak_temp_top=59, ak_temp_left=300, ak_tmp_check=false
    var ak_temp_lLink="index.html"
    var ak_temp_lLinkE="indexe.html"
    switch(what)
    {
      case 'Index':
          ak_tmp_check=true
          break
      case 'Download':
          ak_temp_top=59; ak_temp_left=420; ak_tmp_check=true
          ak_temp_lLink="download.html"
          ak_temp_lLinkE="downloade.html"
          break
      case 'Bestellen':
          ak_temp_top=59; ak_temp_left=548; ak_tmp_check=true
          ak_temp_lLink="bestellen.html"
          ak_temp_lLinkE="order.html"
          break
      case 'Kontakt':
          //ak_temp_top=59; ak_temp_left=655; ak_tmp_check=true
          ak_temp_top=59; ak_temp_left=527; ak_tmp_check=true
          ak_temp_lLink="kontakt.html"
          ak_temp_lLinkE="contact.html"
          break
      case 'Galerie':
          ak_temp_top=244; ak_temp_left=130; ak_tmp_check=true
          ak_temp_lLink="svg_galerie_05.html"
          ak_temp_lLinkE="svg_gallery_05.html"
          break
    }
  	if(ak_tmp_check) {document.write('<div style="position: absolute; top: '+ak_temp_top+'; left: '+ak_temp_left+'"><img src="checked.gif" width="34" height="29" alt="" border=0></div>')}

  	document.write('<div style="position: absolute; top: 176px; left: 11px"><a href="'+ak_temp_lLink+'"><img src="deutsch.gif" width="76" height="24" alt="" border=0></a></div>')
  	document.write('<div style="position: absolute; top: 204px; left: 11px"><a href="'+ak_temp_lLinkE+'"><img src="english.gif" width="76" height="24" alt="" border=0></a></div>')
  	if(ak_language=="deutsch")
  	{
    	document.write('<div style="position: absolute; top: 47px; left: 170px"><a href="index.html"><img src="AKs_button.gif" width="149" height="23" alt="" border=0></a></div>')
    	document.write('<div style="position: absolute; top: 47px; left: 346px"><a href="download.html"><img src="download.gif" width="93" height="23" alt="" border=0></a></div>')
    	//document.write('<div style="position: absolute; top: 47px; left: 472px"><a href="bestellen.html"><img src="bestellen.gif" width="95" height="23" alt="" border=0></a></div>')
    	//document.write('<div style="position: absolute; top: 47px; left: 600px"><a href="kontakt.html"><img src="kontakt.gif" width="74" height="23" alt="" border=0></a></div>')
    	document.write('<div style="position: absolute; top: 47px; left: 472px"><a href="kontakt.html"><img src="kontakt.gif" width="74" height="23" alt="" border=0></a></div>')
    	document.write('<div style="position: absolute; top: 250; left: 11"><a href="svg_galerie_05.html"><img src="galerie.gif" width="118" height="23" alt="" border=0></a></div>')
    	document.write('<div id="deutsch_on" style="position: absolute; top: 170px; left: 88px; visibility: visible"><img src="checked.gif" width="34" height="29" alt="" border=0></div>')
    }
    else
  	{
    	document.write('<div style="position: absolute; top: 47px; left: 170px"><a href="indexe.html"><img src="AKs_button.gif" width="149" height="23" alt="" border=0></a></div>')
    	document.write('<div style="position: absolute; top: 47px; left: 346px"><a href="downloade.html"><img src="download.gif" width="93" height="23" alt="" border=0></a></div>')
    	//document.write('<div style="position: absolute; top: 47px; left: 472px"><a href="order.html"><img src="order.gif" width="95" height="23" alt="" border=0></a></div>')
    	//document.write('<div style="position: absolute; top: 47px; left: 600px"><a href="contact.html"><img src="contact.gif" width="74" height="23" alt="" border=0></a></div>')
    	document.write('<div style="position: absolute; top: 47px; left: 472px"><a href="contact.html"><img src="contact.gif" width="74" height="23" alt="" border=0></a></div>')
    	document.write('<div style="position: absolute; top: 250; left: 11"><a href="svg_gallery_05.html"><img src="gallery.gif" width="118" height="23" alt="" border=0></a></div>')
    	document.write('<div style="position: absolute; top: 198px; left: 88px; visibility: visible"><img src="checked.gif" width="34" height="29" alt="" border=0></div>')
    }

  }
  
  function ak_open_editor(file,width,height)
  {
    var tmp="http://www.krammel.net/"
    if(width && height)
    {
      var tmpFile=file.replace(/\./g,"")
      window.open(tmp+file,tmpFile,'status=yes, width='+width+', height='+height+', resizable=yes, scrollbars=no, toolbar=no, directories=no, menubar=no, location=no')
    }
    else window.open(tmp+file,'Editorwindow','status=yes, width=730, height=675, resizable=yes, scrollbars=no, toolbar=yes, directories=yes, menubar=yes, location=yes')
  }

  function ak_emailClient()
  {
    var tmpAddr="a"+"n"+"fr"+"a"+"ge"
    var obj=document.getElementById("aks_mailer")
    var tmpAttr=obj.getAttribute("href")
    tmpAttr=tmpAttr.replace(/(ifo)/,tmpAddr)
    obj.setAttribute("href",tmpAttr)
    obj.click()
  }

