function gotoId(id){
cible = window.document.getElementById(id);
scrollTo(0, cible.parentNode.parentNode.offsetTop-370);
document.body.scrollTop = cible.parentNode.parentNode.offsetTop-370;
}

function update_photo(type,login,nb)
{
	new Ajax.Updater( 'slideshow', '/fashion/minisite_photo_update.php?t='+type+"&l="+login+"&n="+nb);
}

function show_photo(type,login,nb)
{
	new Ajax.Updater( 'display_photo', '/fashion/minisite_photo_show.php?t='+type+"&l="+login+"&n="+nb);
}

function show_new_page(type,login,nb)
{
	new Ajax.Updater( 'display_thumbs', '/fashion/minisite_photo_page.php?t='+type+"&l="+login+"&n="+nb);
}
