var x=0
function popup(x)
{
newWin = window.open(x,'','resizable=1,scrollbars=1,toolbar=1,location=1,height=630,width=850,top=10,left=10');
}

var y=0
function popup_ref(y)
{
newWin = window.open(y,'','resizable=1,scrollbars=1,toolbar=1,location=1,height=590,width=950,top=10,left=10');
}

var z=0
function popuplarge(z)
{
newWin = window.open(z,'','resizable=1,scrollbars=1,toolbar=1,location=1,height=630,width=850,top=10,left=10');
}

function favoris()
{
window.external.Addfavorite('http://www.themalis.fr','THEMALIS - Ste Informatique');
}

function scroll_dynamique()
{
scrollA();
}

