<!--

// Prevent right click

// ***** Please leave this courtesy note in *****
// *
// * downloaded for free from http://www.summerholiday.org/freecode/
// *
// ***** Thank you *****

//function rc(evnt){if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null)
//{if (evnt.which>=2){alert("Sorry, right-click disabled on this page! :-)");return false;}}else
//{if (event.button>=2){alert("Sorry, right-click disabled on this page! :-)");}}}document.onmousedown=rc;
//if (document.layers)window.captureEvents(Event.MOUSEDOWN);window.onmousedown=rc;

<!-- Disable Right Click -->

<!-- Begin
//function right(e) {
//if (navigator.appName == 'Netscape' && 
//(e.which == 3 || e.which == 2))
//return false;
//else if (navigator.appName == 'Microsoft Internet Explorer' && 
//(event.button == 2 || event.button == 3)) {
//alert("Sorry, right-click disabled on this page! :-)");
//return false;
//}
//return true;
//}

//document.onmousedown=right;
//document.onmouseup=right;
//if (document.layers) window.captureEvents(Event.MOUSEDOWN);
//if (document.layers) window.captureEvents(Event.MOUSEUP);
//window.onmousedown=right;
//window.onmouseup=right;
//  End -->


<!--

//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="Sorry, right-click disabled on this page! :-)";

///////////////////////////////////
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")

// --> 

var helpWindow
function openHelpWindow(){
	helpWindow=window.open("../products/help.html","","height=500,width=600,scrollbars=1")
	}
	var eBayhelpWindow
function openeBayHelpWindow(){
	eBayhelpWindow=window.open("../products/ebayhelp.htm","","height=500,width=600,scrollbars=1")
	}
	var postageWindow
function openpostageWindow(){
	postageWindow=window.open("../products/mail.html","","height=500,width=700,scrollbars=1")
	}
	var bomhelpWindow
function openbomHelpWindow(){
	bomhelpWindow=window.open("../bom/bomhelp.html","","height=500,width=600,scrollbars=1")
	}
function openWSHelpWindow(){
	WSHelpWindow=window.open("../products/help.html","","height=400,width=600,scrollbars=1")
	}
//change control
//30-3-07 bom window added
//-->
   
