<!--
var bpWin;
function bigphotos(inID) 
{
var URL = "http://www.nwtradition.com/photoview.asp?pid=" + inID;

LeftPosition = (screen.width) ? (screen.width-900)/2 : 0;
TopPosition = (screen.height) ? (screen.height-725)/2 : 0;


bpWin=window.open(URL,'_calcWindow','left=' + LeftPosition + ',top=' + TopPosition + ',resizable=no,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width=900,height=725');
bpWin.focus();
}

//-->

