function doSecureLogin()
{
	if (document.all || document.layers) {
		}
     var popW = 700;
     var popH = 550;
		var lefPos = (screen.availWidth-popW)/2;
		var topPos = (screen.availHeight-popH)/2;
		text='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height='+popH+',width='+popW+',top='+topPos+',left='+lefPos

     window.open('https://secure.fiserveft.com/secure/redirect.asp','_blank',text);
}
