function formSubmit($formname)
{
document.getElementById($formname).submit()
};

function winsta(info)
{
window.status=info
};

