// JavaScript for launch of "ptfe1.htm" Window
function PopUp1(){
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((595)/2);
    placementy=(ScreenHeight/2)-((518+50)/2);
    var PopUpUrl="ptfe1.htm"
    WinPop=window.open(PopUpUrl,"enlargement","width=595,height=518,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
   }
// Function for "PopUp2" that is for launch of "ptfe2.htm" Window
function PopUp2(){
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((595)/2);
    placementy=(ScreenHeight/2)-((550+50)/2);
    var PopUpUrl="ptfe2.htm"
    WinPop=window.open(PopUpUrl,"enlargement","width=595,height=550,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
   }
// Function for "PopUp3" that is for launch of "ptfe3.htm" Window
function PopUp3(){
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((595)/2);
    placementy=(ScreenHeight/2)-((550+50)/2);
    var PopUpUrl="ptfe3.htm"
    WinPop=window.open(PopUpUrl,"enlargement","width=595,height=550,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
   }
 // Function for "PopUp4" that is for launch of "ptfe4.htm" Window 
function PopUp4(){
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((595)/2);
    placementy=(ScreenHeight/2)-((550+50)/2);
    var PopUpUrl="ptfe4.htm"
    WinPop=window.open(PopUpUrl,"enlargement","width=595,height=550,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");
   }