<!--
function Portrait(filename)
{
myWebRefPopup = window.open('','Portrait','top=20,left=100,scrollbars=yes,status=no,width=500,height=650')
myWebRefPopup.location.href = filename;
}
function Landscape(filename)
{
myWebCasePopup = window.open('','Landscape','top=45,left=100,scrollbars=yes,status=no,width=650,height=600')
myWebCasePopup.location.href = filename;
}
//-->