<!--




function openchild(thisurl){
msgWindow=window.open( thisurl,'subwindow','toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,menubar=no,resizable=yes,width=1000,height=370');

}

function mouseclick(evt) {
	if (document.layers) rc = (evt.which==3);
	if (document.all)    rc = (event.button==2);
}

if (document.layers) {
	document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=mouseclick;
// -->