function customerportal() {
 var cusEmail = document.getElementById('custEmail').value;
 var cusPwd = document.getElementById('custPassw').value;
 var linkURL = 'https://psa.c3group.com.au/support/index.htm?txtemail=' + cusEmail + '&txtpass=' + cusPwd;
 window.open(linkURL); 
}
