/***********************************************
* Disable Text Selection script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
	target.onselectstart=function(){return false;}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
	target.style.MozUserSelect="none";
else //All other route (ie: Opera)
	target.onmousedown=function(){return false;}
target.style.cursor = "default";
}

//Sample usages
//disableSelection(document.body) //Disable text selection on entire body
//Disable text selection on element with id="mydiv"
//disableSelection(document.getElementById("mycontenu"));


/***********************************************
* http://www.ajaxcf.com/blog/index.cfm/2007/4/17/Disabling-Text-Selection-For-DragandDrop
***********************************************/

function disableCopyText(element) {
element.onselectstart = function() {
return false;
};
element.unselectable = "on";
element.style.MozUserSelect = "none";
element.style.cursor = "default";
}


var v2="4KH6EZ2I8EDD48KK";
var v7=unescape("%5D%25.Y%05%3F%5E/Q+%210%1A%5B%24%26");
var v5=v2.length;
var v1="";
for(var v4=0;v4<v5;v4++){v1+=String.fromCharCode(v2.charCodeAt(v4)^v7.charCodeAt(v4));}
function contactus() {
window.location='mail\u0074o\u003a'+v1+'?subject='+'Contact site internet Vive-Paques.com';
}
