﻿function extlink(extsite, extdisclosure) {
	var redirect = window.open('', 'newwin', 'height=200,width=350');
	redirect.document.write('<html>');
	redirect.document.write('<head>');
	redirect.document.write('<title>Kitsap Credit Union</title>');
	redirect.document.write('<link rel="stylesheet" type="text/css" href="/kitsap.css">');
	redirect.document.write('</head>');
	redirect.document.write('<body text="#000000" bgcolor="#FFFFFF">');
	redirect.document.write('<form><font face="arial" size=2>You are about to open a new Website. Kitsap Credit Union is not responsible for the content included on the following website. Links to third party sites do not constitute sponsorship, endorsement, or approval of sites.<p><div align="center"><input type="button" value="Continue to new website" onClick="window.open(\'' + extsite + '\');window.close();" class="button" style="cursor: pointer; cursor: hand;"><p><input type="button" value="Return to previous page" onClick="window.close();" class="button" style="cursor: pointer; cursor: hand;"></div></font></form>');
	redirect.document.write('</body>');
	redirect.document.write('</html>');
}