function disableSelect()
{
	document.onselectstart = function() {return false;} // ie
}

