
function ouvrir(){
var index=document.forms[0].elements[0].options.selectedIndex;
if (index>0) {
var choix=document.forms[0].elements[0].options[index].value;
window.location.href=choix;
}
}
function addToFavorites(anchor)
{
var urlAddress = "http://www.photos-provence.fr/";
var pageName = "Photos : Provence Mer Montagne";
if (window.external)
{
window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
}
}
function maxwinopen(targeturl)
{
newwin=window.open("","","scrollbars")
if (document.all)
{
newwin.moveTo(0,0)
newwin.resizeTo(screen.width,screen.height)
}
newwin.location=targeturl
}

