 <!--
 function PopupCentrataM1() {
   var w = 420;
   var h = 320;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("m1.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->

 <!--
 function PopupCentrataM2() {
   var w = 420;
   var h = 320;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("m2.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
  <!--
 function PopupCentrataM3() {
   var w = 420;
   var h = 320;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("m3.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
  <!--
 function PopupCentrataM4() {
   var w = 420;
   var h = 320;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("m4.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
  <!--
 function PopupCentrataM5() {
   var w = 420;
   var h = 320;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("m5.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
  <!--
 function PopupCentrataM6() {
   var w = 420;
   var h = 320;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("m6.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
