function addToFavorites(anchor)
{
var urlAddress = "http://www.boats-pictures.com/";
var pageName = "Photos de bateaux";
if (window.external)
{
window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
}
}


function open_win(win_file, win_title)
{
window.open(win_file, win_title, 'resizable=yes,width=<?=C_WIN_WIDTH?>,height=<?=C_WIN_HEIGHT?>,toolbar=no,scrollbars=auto,location=yes,menubar=no,status=no');
}
