function win_iscrizione()
{
if (window.aux) aux.close();
aux=window.open("/utenti/iscrizione.php","aux","width=430,height=540");
}

function win_usercard()
{
if (window.aux) aux.close();
aux=window.open("/utenti/usercard.php","aux","width=440,height=485");
}

function win_maskuser(n)
{
url="/admin/utenti/maskUser.php";
if (n) url+="?ID="+n;
if (window.aux) aux.close();
aux=window.open(url,"aux","width=630,height=320,resizable=yes");
}

function win_whois(id,f)
{ 
url="/forum/whois.php?ID="+id;
if (f) url+="&f=1";	
window.open(url,"","width=350,height=200,scrollbars=yes");
}