<!---

////////////////////////////////////////////////////////////
// Disable select-text and drag (IE4+, NS6+) 2002 Codezwiz   ///
// Telli telli@codezwiz.com                                                        ///
// http://codezwiz.com/  :-)                                                      ///
////////////////////////////////////////////////////////////
var mymessage = "Doša Innovatory © Copyright"; 
function rtclickcheck(keyp){ 
if (navigator.appName == "Netscape" && keyp.which == 3) { 
alert(mymessage); 
return false; 
} 

if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 

2) { 
alert(mymessage); 
return false; 
} 
} 

document.onmousedown = rtclickcheck 
//-->
