<!--
function right(e) 
{
	if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) { return false; }
}
//-->
