function updateOrientation()
	{
	neo_changementdesens() ;
	}

function neo_changementdesens()
	{
	if ( window.orientation == null ) { window.orientation = 0 } ;
    if ( ( window.orientation == 90 ) || ( window.orientation == -90 ) )
		{
		
		}
	else
		{
		
		}
	}

function neo_chargement()
	{
    neo_changementdesens() ;
	l_scroll = 1 ;
	if ( v_page != "" )
		{
		l_scroll = 60 ;
		}
	window.scrollTo(0,l_scroll) ;
	}

function neo_lien(l_url)
	{
	if ( l_url )
		{
		window.location.href = l_url ;
		}
	}

