<!--
nav=(navigator.appName=="Netscape")? 1:0
elIE5=(parseInt(navigator.appVersion.split('IE')[1])>4)
elNN60=(nav && navigator.userAgent.indexOf('Netscape6/6.0')!=-1)?1:0
elNN61=(nav && navigator.userAgent.indexOf('Netscape6/6.1')!=-1)?1:0
elOpera=(navigator.userAgent.indexOf('Opera')!=-1)?1:0
if (elIE5||elNN61) {
	document.oncontextmenu=function(){return false}
	document.ondragstart=function(){return false}
	document.onselectstart=function(){return false}

}
//-->
