if ((navigator.appName.indexOf("Netscape")!=-1)&&(parseInt(navigator.appVersion)<=4)){
location.href="nn4/index.php";
}

function contact4pxd() {
window.open("http://www.pixeldev.ch/pixeldev_V1/mail4pixeldev.php","mailen","toolbar=no,statusbar=no,width=400,height=400");
}

function begruessung() {
focus();
window.status="Hügin Design ::::::::::::::::::::::::::::: website by pixeldev.ch";return true;
}

function NeueFarbe(id,tf)
{
var TRID, COLtrue="#eeeeee", COLfalse="#FFFFFF";
TRID="box"+id;

if (document.all && !document.getElementById) // IE 4
{
if (tf=="true")
{
document.all[TRID].style.backgroundColor=COLtrue;
}
else
{
document.all[TRID].style.backgroundColor=COLfalse;
}
}

if (document.getElementById) // IE 5.x und NN 6
{
if (tf=="true")
{
document.getElementById(TRID).style.backgroundColor=COLtrue;
}
else
{
document.getElementById(TRID).style.backgroundColor=COLfalse;
}
}

if (document.layers) // NN 4.x
{
if (tf=="true")
{
document.layers[TRID].bgColor=COLtrue;
}
else
{
document.layers[TRID].bgColor=COLfalse;
}
}
}


