function add_email(input)

{
wnd = window.open("../reguser/add.php?email="+input, "_blank", "width=300,height=200, toolbar=0, location=0, scrollbars=1, resizable=1, directories=0, status=0, menubar=0");
}

function add_email1(input)

{
wnd = window.open("reguser/add.php?email="+input, "_blank", "width=300,height=200, toolbar=0, location=0, scrollbars=1, resizable=1, directories=0, status=0, menubar=0");
}

function feedback()
{
w=440;
h=260;
window.open("feedback.phtml","_blank", "toolbar=0, location=0, scrollbars=0, resizable=1, directories=0, status=0, menubar=0, width="+w+", height="+h+", top=100, left=200");
}

