﻿// JScript File
        function popUpwinterguard(url) 
        {
	        winOptions = 'top=10,left=10,toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=560px,height=500px';
	        var temp = window.open(url,'popWin',winOptions);
        }

        function popUpcertification(url) 
        {
	        winOptions = 'top=10,left=10,toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=520px,height=650px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popUpcertificationB(url) 
        {
	        winOptions = 'top=10,left=10,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 = 'top=10,left=10,toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=700px,height=475px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popUpcertificationE(url) 
        {
	        winOptions = 'top=10,left=10,toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=670px,height=500px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popUpresidentialG(url) 
        {
	        winOptions = 'top=10,left=10,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 = 'top=10,left=10,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 = 'top=10,left=10,top=10,left=10, toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=810px,height=610px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popWin(url) 
        {
	        winOptions = 'top=10,left=10,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);
        }
