// UK Portals Practice 
// June 2009
// update for two changes sept 09 (Mike and Sandie)

function testAccount (form) {
var acctype8 = form.account.value;
var acctype = (acctype8 - (acctype8 % 100))/ 100;
if (!acctype8 > 9999999)
{
		window.location = "login_error.html";
}

if (acctype == 412983 || acctype == 412984 || acctype == 412985 || acctype == 518675 || acctype == 540635 || acctype == 540758) {
	window.open("http://www.Abbeycreditcard.com");
	} else if (acctype == 422278 || acctype8 == 54136135 || acctype8 == 54136130 || acctype == 422279 || acctype == 512006 || acctype == 522948 || acctype == 431980 || acctype == 528689 || acctype == 528691) {
	window.open("https://myonlineaccounts3.abbeynational.co.uk/GPCC_ENS/BtoChannelDriver.ssobto?dse_operationName=StartL2"); 
	} else if (acctype == 520675 || acctype == 544954 || acctype == 541361) {
	window.open("https://www.santandercards.co.uk/eservice/authentication/santander"); 
	} else if (acctype == 512103 || acctype == 518308 || acctype == 524850 || acctype == 524851 || acctype == 525315 || acctype == 525730 || acctype == 529505 || acctype == 529507 || acctype == 529508 || 
			   acctype == 529510 || acctype == 529511 || acctype == 529513 || acctype == 529514 || acctype == 531049 || acctype == 541002 || acctype == 541603 || acctype == 541647 || acctype == 545154 || 
			   acctype == 548019 || acctype == 550142 || acctype == 552211 || acctype == 552217 || acctype == 557712 || acctype == 600000 || acctype == 600001 || acctype == 600002 || acctype == 600003 || 
			   acctype == 600004 || acctype == 600005 || acctype == 600006 || acctype == 600007 || acctype == 600008 || acctype == 600009 || acctype == 601489 || acctype == 631910 || acctype == 631911 || 
			   acctype == 631912 || acctype == 631913 || acctype == 631914 || acctype == 631915 || acctype == 631916 || acctype == 631917 || acctype == 631918 || acctype == 631919 || acctype == 631930 || 
			   acctype == 631931 || acctype == 631932 || acctype == 631933 || acctype == 631934 || acctype == 631935 || acctype == 631936 || acctype == 631937 || acctype == 631938 || acctype == 631939 || 
			   acctype == 633128 || acctype == 633145 || acctype == 633165 || acctype == 633179 || acctype == 633295 || acctype == 633834 || acctype == 635634 || acctype == 635650 || 
			   acctype == 982615  ) {
	window.open("https://www.santandercards.co.uk/pay/authentication/santander"); 
	} else if (acctype == 475713 || acctype == 475714 ) {
		window.open("https://myonlineaccounts2.abbeynational.co.uk/CentralLogonWeb/Logon?action=prepare");
	} else {
	window.location = "login_error.html";
	}

}
