var urlAddress = "http://www.islaholbox.net";

var pageName = "Lily & Normand - Isla Holbox, Mexique";

function addToFavorites()

	{

	if (window.external)

		{

			window.external.AddFavorite(urlAddress,pageName)

		}

	else

		{ 

			alert("Désolé! cette opération ne peut être effectuée (Sorry! your browser does not support this command.");

		}

}



function PopupPic(sPicURL) { 

	window.open( "../popup.html?"+sPicURL, "", "resizable=1,HEIGHT=100,WIDTH=100"); 

} 



function wopen(url, name, w, h)

{

w += 0;

h += 0;

 var win = window.open(url,

  name, 

  'width=' + w + ', height=' + h + ', ' +

  'location=no, menubar=no, ' +

  'status=no, toolbar=no, scrollbars=no, resizable=no');

 win.resizeTo(w, h);

 win.focus();

}



function printpreview()

{

var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';

document.body.insertAdjacentHTML('beforeEnd', WebBrowser); 

WebBrowser1.ExecWB(7, 1);

WebBrowser1.outerHTML = "";

}



function mailpage()

{

mail_str = "mailto:?subject=Informations sur Cayo Santa Maria, Cuba (about CSM, Cuba)";

mail_str += "&body=Cliquez le lien suivant (click this link) : " + location.href;

location.href = mail_str;

}


