
function printPage(){
parent.mainBody.focus();
parent.mainBody.print();
}

function printReport(){
alert("Please change your print layout to LANDSCAPE for best printing results");
parent.mainBody.focus();
parent.mainBody.print();
}

function enlargeView(imgVal){
//window.location = "enlarge_view.asp?imgId=" + imgVal;
goToWin = "enlarge_view.asp?imgId=" + imgVal;
closeUpWindow = window.open(goToWin, 'closeUpWindow', 'width=825,height=600,toolbar=no,resizable=no,scrollbars=yes');
//closeUpWindow = window.open(goToWin, 'closeUpWindow', 'width=775,height=1000,toolbar=no,resizable=no,scrollbars=yes');
}
