function confwin(linkpg)
{
	if(window.confirm("Download Software:\n"+
			"This page contains software which Connex-Electronics and HIOKI makes available\n"+
			"for downloading by users. All software provided here is freeware for use with\n"+
			"electrical test instruments sold by Connex-Electronics and HIOKI.\n\n"+
			"Usage Restrictions:\n"+
			"The programs provided here are all freeware. Connex-Electronics and HIOKI E.E.\n"+
			"Corporation disclaims all responsibility for any losses arising out of use of\n"+
			"the software provided herein, as well as for any programming errors or problems\n"+
			"arising out of use of the software.\n"+
			"The software is provided on an 'as is' basis, and HIOKI can not respond to any\n"+
			"inquiries concerning the software.\n\n"+
			"Click OK to accept these terms."))
	{ 
			self.document.location=linkpg;
	}
	else
	{ 
			window.alert("You will not be redirected to the software download page.");
	}
}
