﻿// JScript File

        function popUpowensCerti(url) 
        {
	        winOptions = 'top=10,left=10,toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=1000px,height=800px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popUpwinterguard(url) 
        {
	        winOptions = 'top=10,left=10,toolbar=0,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=800px,height=850px';
	        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=630px,height=500px';
	        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=630px,height=390px';
	        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=640px,height=480px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popUpglassStudy(url) 
        {
	        winOptions = 'top=10,left=10, toolbar=1,location=1,directories=0,status=yes,menubar=1,scrollbars=yes,resizable=yes,width=850px,height=800px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popUpPolaris(url) 
        {
	        winOptions = 'top=10,left=10, toolbar=1,location=1,directories=0,status=yes,menubar=1,scrollbars=yes,resizable=yes,width=750px,height=600px';
	        var temp = window.open(url,'popWin',winOptions);
        }
        function popWindowBig(url) 
        {
	        winOptions = 'top=10,left=10, 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,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 = '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);
        }
         function popWinBBB(url) 
        {
	        winOptions = 'top=10,left=10,toolbar=1,location=1,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=yes,width=800px,height=700px';
	        var temp = window.open(url,'popWin',winOptions);
        }

