﻿// JScript File

        function popUpowensCerti(url) 
        {
	        winOptions = 'toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=730px,height=480px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popUpwinterguard(url) 
        {
	        winOptions = 'toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=600px,height=550px';
	        var temp = window.open(url,'popWin',winOptions);
        }

        function popUpcertification(url) 
        {
	        winOptions = 'toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=630px,height=500px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popUpcertificationB(url) 
        {
	        winOptions = 'toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=430px,height=500px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popUpcertificationL(url) 
        {
	        winOptions = 'toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=630px,height=390px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popUpcertificationE(url) 
        {
	        winOptions = 'toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=640px,height=480px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popUpresidentialG(url) 
        {
	        winOptions = 'toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=840px,height=680px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popUpresidentialC(url) 
        {
	        winOptions = 'toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=1040px,height=750px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popWindowBig(url) 
        {
	        winOptions = 'toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=810px,height=640px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popWindow(url) 
        {
	        winOptions = 'toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=850px,height=610px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popWin(url) 
        {
	        winOptions = 'toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=550px,height=300px';
	        var temp = window.open(url,'popWin',winOptions);
        }
         function popWinBBB(url) 
        {
	        winOptions = 'toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=800px,height=700px';
	        var temp = window.open(url,'popWin',winOptions);
        }

