function Go(x)
{
 document.forms[0].reset();
 if (x != 'null') { window.open(x,"_top") };
};
