möbel-ass.de :: MOEBEL-ASS - -






Welcome to the Premium Registration Escrow Service


























function setPasswordBoxAsterisks() {
document.getElementById('showPasswordFieldText').style.display='none';
document.getElementById('showPasswordAsterisks').style.display='block';
document.getElementById('loginBoxPasswordField').focus();
}

function setPasswordBoxClearText() {
if(document.getElementById('loginBoxPasswordField').value=='') {
document.getElementById('showPasswordFieldText').style.display='block';
document.getElementById('showPasswordAsterisks').style.display='none';
}
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i