function RedirectTo(iditem, idcat)
{
 window.location = "http://cthulhu.lapo.it/index.php?catid=" + idcat + "#ref" + iditem;
}
