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="Christian Rintelen ::::::::::::::::::::::::::::: website by pixeldev.ch";return true;
}

function BlurLinks(){
lnks=document.getElementsByTagName('a');
for(i=0;i<lnks.length;i++){
lnks[i].onfocus=new Function("if(this.blur)this.blur()");
}
}

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;
}
}
}

