// JavaScript Document
function HTMLListe(Typ) {
 document.write("Hallo");
 for (var i=1; i<HTMLListe.arguments.length; i++)
  document.write("<li>" + HTMLListe.arguments[i]+"</li>");
 document.write("</" + Typ + "l>");
}
function hallo(){
 document.open();
 document.write("<h3>Haben Sie Fragen zu diesem Produkt?</h3>");
 document.write("<p>");
 document.write("Rufen Sie uns einfach unter der Rufnummer +49 711 83 99 39 - 14 an.");
 document.write("<br>");
 document.close();
}

function browser()
{
if (navigator.appName=="Netscape") {
 document.write ()
}
else if (parseInt(navigator.appVersion)>3) 
{
		frage=document.URL;
       titel=document.title;
	document.write ('<a href="javascript:addbookmark(frage,titel)" class="favorite" >» Diese Seite zu den Favoriten hinzuf&uuml;gen «</a>')
}	
}

function addbookmark(url,title)
{

	if(document.all)
    window.external.AddFavorite(url,title)
}


function image2()

{
document.open();
document.write("Kivanc");
document.close();
}

function TwoFrames(URL1,Fr1Nummer,URL2,Fr2Nummer)
   {
     parent.frames[Fr1Nummer].location.href = URL1;
     parent.frames[Fr2Nummer].location.href = URL2;
   }
   
function frameda() {
var dokument=location.search;
if(dokument)
frames.content.location.href=dokument.substring(1,dokument.length);
}

function ladeframenach() {
if(!parent.nav2)
location.href="index.html?" + location.pathname;
}