<!--
/************************************************************************/
/* HTML: KI Disable Right Click                                         */
/* ============================                                         */
/*		    		Version 1.0											*/
/*                                                                      */
/* Copyright (c) 2005 Kamikazi                                          */
/* http://www.Kamikazi-Inc.com/                                         */
/*                                                                      */
/* This is a free HTML Script, You can use it anyway you see fit, but   */
/* please leave the info intact, as for it is protected under the terms */
/* of the GNU General Public License as published by the Free Software  */
/* Foundation; either version 2 of the License.                         */
/************************************************************************/
<!--
/************************************************************************/
/* You may edit the Message Below!										*/
/************************************************************************/

var popup="KI Disable Right Click\nVersion 1.0\n\nCopyright © 2005-2009 Kamikazi Inc.";

/************************************************************************/
/* DO NOT EDIT ANYTHING BELOW!											*/
/************************************************************************/
function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus
// -->
