function dyn_window_re(url, h, w, l, t)
{
var popit = window.open(url, "","toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes, height=" + h + ",width=" + w + ",left=" + l + ",top=" + t + "");
}
function dyn_window_re1(url, h, w, l, t)
{
var popit = window.open(url, "","toolbar=no,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes, height=" + h + ",width=" + w + ",left=" + l + ",top=" + t + "");
}

function paste(e)
{
var a,b,c,d,e,f,g
a='<a href=\"mai'
f='linuscontent'
g='com'
b=e+'@'+f+'.'+g
c='\">'
a+='lto:'
d='</a>'
document.write(a+b+c+b+d)
}

function show(){
document.getElementById("reason").style.visibility = "visible";
}
function hide(){
document.getElementById("reason").style.visibility = "hidden";
}