<!--
function printwin()
{
      if (self.print)
              self.print();
}
//-->

<!--
function movepic(img_name,img_src) {
document[img_name].src=img_src;
}
// -->

<!-- 
function ctr(mypage, myname, w, h, scroll, resizable) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=no,resizable=no,location=no'
win = window.open(mypage, myname, winprops)
}
// -->

<!-- 
function gal(page) {
openwindow = this.open(page, "gal", "width=600,height=500,resizable=no,left=20,top=20");
}
// -->

<!--
function player(page) {
openwindow = this.open(page, "player", "width=450,height=273,resizable=no,left=20,top=20");
}
// -->

<!-- 
function plr(page) {
openwindow = this.open(page, "plr", "width=490,height=323,resizable=no,left=15,top=15");
}
// -->

<!-- 
function olr(page) {
openwindow = this.open(page, "olr", "width=650,height=475,resizable=no,left=20,top=20");
}
// -->

<!-- 
function win(page) {
openwindow = this.open(page, "win", "width=800,height=400,menubar=yes,status=yes,scrollbars=yes,resizable=yes,toolbar=yes,location=yes,resizable=yes,left=20,top=20");
}
// -->