function popUp(pageName){window.open(pageName,'poppage','width=740,height=580,left=130,top=130,screenX=130,screenY=130,status=1')
}

function newView(closeupName){window.open(closeupName,'newpage','width=740,height=580,left=10,top=10,screenX=10,screenY=10,scrollbars=1,resizable=1,status=1')
}

function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 2 || e.which == 3))
{alert("Copyright 1996-2000  The Mews Group \n New York NY, Boston MA, Santa Rosa CA");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3))
{alert("Copyright 1996-2000  The Mews Group \n New York NY, Boston MA, Santa Rosa CA");
return false;
}
return true;
}