document.oncontextmenu=function() { return false; }
document.onselectstart=function() { return false; }
document.ondragstart=function() { return false; }

var urlAddress = "http://www.zipolitemx.net";
var pageName = "Lily & Normand - Zipolite, 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();
}

