

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)) {
	var cc=''+window.location;
	if (cc.indexOf('allen')==0){return false;}
}
return true;
}




//if (document.layers) window.captureEvents(Event.MOUSEDOWN);
//window.onmousedown=right;

//document.oncontextmenu=noshowmenu;
function noshowmenu()
{
	var cc=''+window.location;
	if (cc.indexOf('allen')==-1){return false;}
}


function BigView(Field){
		var myObject = new Object();
		myObject.Field=Field.value;
		var vReturnValue =OpenDialog(true,'BigView.asp', '900', '600','','',myObject)

 	 if (typeof(vReturnValue) != 'undefined'){
			Field.value= trim(vReturnValue);
		
	}
}


