function resT()
{
if ( document.forms )
{
var e = document.fm.message;
e.focus();
return;
}
else { return false; }
}

function clrT()
{
if ( document.forms )
{
var e = document.fm.message;
e.focus();
return;
}
else { return false; }
}


function privB()
{
if (document.documentElement)
{
document.write("<p class\=\"text bT\" id\=\"privLink\">\[\&\#160\;<a href\=\"\#privT\"  ");
document.write("onclick\=\"privC\(\)\; return true\;\" onkeypress\=\"privC\(\)\; return true\;\">");
document.write("<span style\=\"background-color\: \#fff\; color\: \#00f\;\">");
document.write("Promise of Privacy<\/span><\/a>\&\#160\;\]<\/p>");
return;
}
else { return false; }
}

function privC()
{
if (document.documentElement)
{
document.getElementById('privLink').style.display='none';
document.getElementById("privT").style.display="block";
location.href='#privT';
return;
}
else { return false; }
}

function privD()
{
if (document.documentElement)
{
document.write("<p class\=\"nav c6\">");
document.write("\x5B\&\#160\;<a href\=\"\#start\" ");
document.write("onclick\=\"privE\(\)\; return false\;\" onkeypress\=\"privE\(\)\; return true\;\">");
document.write("close this note<\/a>\xA0\x5D<\/p>");
return;
}
else { return false; }
}

function privE()
{
if (document.documentElement)
{
document.getElementById('privLink').style.display='block';
document.getElementById("privT").style.display="none";
location.href='#fm';
return;
}
else { return false; }
}


function wrtC()
{
if ( document.documentElement)
{
vv='';vv='<p class\=\"hdd\">By f\&\#111\;\&\#114\;\&\#109\;-\&\#109\;\&\#097\;\&\#105\;\&\#108\;:<\/p>';
vv=vv+'<form name\=\"fm\" id\=\"fm\" class\=\"mB c6\" action\=\"dn-en.php\" enctype\=\"application\/x-www-form-urlencoded\" method\=\"post\">';
vv=vv+'<table class\=\"mT auto\"><tr><td>';
vv=vv+'<p class\=\"c5\"><label for\=\"message\">Write your message\:<\/label>';
vv=vv+'<br \/><textarea id\=\"message\" name\=\"message\" rows\=\"8\" cols\=\"50\" accesskey\=\"1\"><\/textarea><\/p>';
vv=vv+'<p class\=\"c5\"><label for\=\"addr\">Include your address for a reply\:<\/label>';
vv=vv+'<br \/><input id\=\"addr\" name\=\"addr\" size\=\"50\" accesskey\=\"2\" \/></p>';
vv=vv+'<p class\=\"c6\"><input class\=\"rst\" accesskey\=\"3\" type\=\"reset\" onclick\=\"resT\(\)\;\" value\=\"Clear\" title\=\"Clear your text. Start again.\"  \/> ';
vv=vv+'<input class\=\"snd\" accesskey\=\"4\" type\=\"submit\" value\=\"Send\" title\=\"Send the form-mail message\" \/><\/div><p class\=\"hdd\"><input type\=\"hidden\" name\=\"op\" value\=\"send\" \/><\/p>';
vv=vv+'<\/table><\/form>';
document.getElementById('cf').innerHTML=vv;
clrT();

document.getElementById("privT").style.display="none";
return;
}
else { return; }
}

window.onload=wrtC;


