

function message(text){
window.status = text;
}




//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="copyright @2006 casajavafurniture.com!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

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

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")



<!-- Start Hiding the Script

function jump(cat_id,ada,sub_catid){
   var cat_id = cat_id.options[cat_id.selectedIndex].value;
   ada=1;
   window.location.href = "index.php?op=addprod&ada="+ada+"&cat_id="+cat_id+"&sub_catid="+sub_catid;
}

function jumpto(cat_id,ada,prod_id){
   var cat_id = cat_id.options[cat_id.selectedIndex].value;
   ada=1;
   window.location.href = "index.php?op=editprod&ada="+ada+"&cat_id="+cat_id+"&prod_id="+prod_id;
}


function findto(fast_id){
  location.hash=fast_id;
}

function wind_opn(urlname,x,y) { //v4.0
	
        window.open(urlname,'','toolbar=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+x+', height='+y+'');

}

// -->


