<!--
function printwin()
{
      if (self.print)
              self.print();
}
//-->

<!--
function img(page) {
openwindow = this.open(page, "img", "width=600,height=450,resizable=yes,scrollbars=yes,left=20,top=20");
}
// -->

<!-- 
function win(page) {
openwindow = this.open(page, "win", "width=700,height=350,menubar=yes,status=yes,scrollbars=yes,resizable=yes,toolbar=yes,location=yes,resizable=yes,left=20,top=20");
}
// -->

<!--
function eml(page) {
openwindow = this.open(page, "eml", "width=517,height=453,resizable=no,scrollbars=yes,left=20,top=20");
}
// -->

<!--
function stf(page) {
openwindow = this.open(page, "stf", "width=517,height=467,resizable=no,scrollbars=yes,left=20,top=20");
}
// -->

<!--
function dir(page) {
openwindow = this.open(page, "dir", "width=790,height=474,resizable=yes,scrollbars=yes,left=20,top=20");
}
// -->

<!--
function web(page) {
openwindow = this.open(page, "web", "width=517,height=425,resizable=no,scrollbars=yes,left=20,top=20");
}
// -->

<!--
function sup(page) {
openwindow = this.open(page, "sup", "width=517,height=500,resizable=no,scrollbars=yes,left=20,top=20");
}
// -->

<!--
function upl(page) {
openwindow = this.open(page, "upload", "width=400,height=100,resizable=no,scrollbars=no");
}
// -->

function popUp(url) {
sealWin=window.open(url,"popUp",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=720,height=450');
self.name = "mainWin";
}
