<!--
function popup(url,name,eigenschaften,hoehe,breite)
    {
	var einstellung = eigenschaften + hoehe + breite;
	var h = hoehe.substring(7, hoehe.length - 1);
	h *= 1;
	h += "";
	var b = breite.substring(6, breite.length);
	b *= 1;
	b += "";
    newwin = window.open(url,name,einstellung);
	if(version > 1.1)
        {
	    newwin.resizeTo(b, h);
        }
    if(version > 1.0)
        {
        setTimeout('newwin.focus();',200);
        }
    }

function delete_kvrow_check()
{
if (confirm("Wollen Sie dieses Produkt tatsächlich löschen?"))
{
return true;
}
else return false;
}

function hide_if_js()
{
if (document.all) {
  if (document.all.btn_kat) document.all.btn_kat.style.visibility = "hidden";
  if (document.all.btn_product) document.all.btn_product.style.visibility = "hidden";
  if (document.all.div_choice) {
     document.all.div_choice.style.visibility = "hidden";
     document.all.div_choice.style.height = "0";
     document.all.div_choice.style.margin = "0";
	 }
  }
else if (document.getElementById) {
  if (document.getElementById("btn_kat")) document.getElementById("btn_kat").style.visibility = "hidden";
  if (document.getElementById("btn_product")) document.getElementById("btn_product").style.visibility = "hidden";
  if (document.getElementById("div_choice")) {
     document.getElementById("div_choice").style.visibility = "hidden";
     document.getElementById("div_choice").style.height = "0";
     document.getElementById("div_choice").style.margin = "0";
	 }
  }
}


function delete_check()
{
if (confirm("Wollen Sie die Eingaben tatsächlich löschen?"))
{
return true;
}
else return false;
}

function unsubscribe_check()
{
if (confirm("Wollen Sie sich tatsächlich abmelden?"))
{
return true;
}
else return false;
}

function delete_check_en()
{
if (confirm("Do you really want to delete your inputs?"))
{
return true;
}
else return false;
}

function delete_check_it()
{
if (confirm("Do you really want to delete your inputs?"))
{
return true;
}
else return false;
}

function unsubscribe_check_en()
{
if (confirm("Do you really want to unsubscribe?"))
{
return true;
}
else return false;
}

function unsubscribe_check_it()
{
if (confirm("Do you really want to unsubscribe?"))
{
return true;
}
else return false;
}

//-->
