﻿// JScript File

            function openDown()
            {
	            document.location.href = "GettingStarted.aspx";
	            url="http://www.poolsharks.com/PoolSharksInstaller.exe";
	            window.open(url,"popDown","width=1,height=1,top=0,left=0");
            }

