function goIndexForum(idContent)
{
goPageRegio(idContent, 1) ;
}

function goPageRegio(idContent, idPage)
{
location.href = ('?idIndex=' + idContent+ '&idPage=' + idPage+ '&displayOld=' + true) ;

}

function goIndexTest(idContent)
{
goPageTest(idContent, 1) ;
}

function goPageTest(idContent, idPage)
{
location.href = ('?idContent=' + idContent) ;

}

