// GLOBAL Functions 
// ************************************************
// define open new window - HELP
// define open new window - AUTHORS
// define open new window - SECURITY certificate
// No Right Click for 4pointspress
// ************************************************


// define open new window - About eBay AuzzKD
function ebayauzzabout(){
		popWindow = window.open("eBayAssist_about.htm","popwindow","scrollbars=yes,resizable=yes,menubar=yes,status=yes,toolbar=yes,width=690,height=480,screenx=0,screeny=0,top=0,left=0")        
	}

//  No Right Click for AuzzKD
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("Thank you for wanting to steal, I mean borrow, my ORIGINAL art work but you know that would be a NO-NO.  All graphics and images on this page are copyrighted to KinAuzson DaZines / AuzzKD and are not for use without specific permission.  Contact KinAuzson DaZines / AuzzKD to confirm permission has been granted. (Yeah, make me an offer I can't refuse)");
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;
}