function popup(url, name, width, height)
{
settings="toolbar=no,location=no,directories=no,"+"status=no,menubar=yes,scrollbars=auto,"+"resizable=no,width="+width+",height="+height;
MyNewWindow=window.open(url,name,settings);
}


function ifsend(nomeframe, url)
{
window.frames[nomeframe].location.href=url;
}