// JavaScript Document

function clientCheck (form) {
    var client = form.inputbox.value;

	switch(client)
	{
		case '5398':
		window.location="clientaccess/8186e10s/";
	    break;
		
		case '7546':
		window.location="clientaccess/8j90183x/";
  		break;

		case '2102':
		window.location="clientaccess/71p56113/";
  		break;

		default:
  		alert('Sorry, this is not a valid client id');
}
	
}