<!--
function checkres()
{
var widClt;
var widComp = 780;
if ((version = 1.2) && (window.innerWidth)) widClt = window.innerWidth;
else if ((version = 1.2) && document && document.documentElement && document.documentElement.clientWidth) widClt = document.documentElement.clientWidth;
else 
   {
   widClt = window.screen.width;
   widComp = 800;
   }
if (widClt <= widComp)
{
document.write("<link href='../../library/layoutlowres.css' rel='stylesheet' type='text/css'>");
}
}

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_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;
}

//-->
