/*<!--
#
# This software is designed, developed, tested and deployed by e-Ring IT
# All rights reserved
# Please don't steal it, it's honest work of honest people working...
# Please feel free to contact us for each desired implementation, licence, or 
# modification you will need. We'll be happy to give you our best support.
# e-ring IT Pisa Italy
# Christian Biancu
# www.e-ring.it
# info@e-ring.it
#
# (C) 2005 Copyright by e-Ring IT, Pisa, Italy
# (C) 2005 Copyright by Christian Biancu, Pisa, Italy
#
-->*/
function clickIE() {
	if (document.all) return false
}

function clickNS() {
	if (document.layers||(document.getElementById&&!document.all)) {
		if (e.which==1||e.which==2||e.which==3) return false;
		}
}

if (document.layers) 
{
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=clickNS;
}
else{
	document.onmouseup=clickNS;
	document.oncontextmenu=clickIE;
}
document.oncontextmenu=new Function("return false")

function disableselect(e){
	return false
}
function reEnable(){
	return true
}

document.onselectstart=new Function ("return false")
if (window.sidebar){
	document.onmousedown=disableselect;
	document.onclick=reEnable
}

var statusering='© eRing.IT Internet Solutions';
window.status=statusering;
document.onmouseover=statusering;
if (document.layers) window.captureEvents(Event.MOUSEOVER);
window.onmouseover=statusering;
