//<script language="javascript">
// $id: monlilas.js

if (top.location != location)
{
top.window.close();
window.open(location.href);
}

document.oncontextmenu = new Function("return false"); 
document.ondragstart = new Function("return false"); 
document.onselectstart = new Function("return false"); 
window.defaultStatus= "Mon Lilas";

//</script>
