function wel()
{
document.getElementById("reg").style.display="";
}
function wel2()
{
document.getElementById("reg").style.display="none";
}