// Reload to the master frame if we are inside a frameset if (parent.frames[1]) top.window.location=self.location; function help() { helpwin(); } function switchtype() { if(document.getElementById('mailserver').style.display == 'none') { document.loginPage.pop3host.name="pop3hostdisable"; document.loginPage.pop3hostexternal.name="pop3host"; //pop3hosttext.name.value="pop3host_disabled"; document.getElementById('mailserver').style.display = ""; document.getElementById('mailservertrans').style.display = ""; document.getElementById('externalaccount').style.display = ""; document.getElementById('localaccount').style.display = "none"; document.getElementById('externalinfo').style.display = "none"; document.getElementById('localinfo').style.display = ""; document.getElementById('protocol').style.display = ""; document.getElementById('protocoltrans').style.display = ""; } else { document.loginPage.pop3hostexternal.name="pop3hostexternal"; document.loginPage.pop3host.name="pop3host"; document.getElementById('mailserver').style.display = "none"; document.getElementById('mailservertrans').style.display = "none"; document.getElementById('externalaccount').style.display = "none"; document.getElementById('localaccount').style.display = ""; document.getElementById('externalinfo').style.display = ""; document.getElementById('localinfo').style.display = "none"; document.getElementById('protocol').style.display = "none"; document.getElementById('protocoltrans').style.display = "none"; } } function check_newwindow() { var login = document.loginPage.LoginType[document.loginPage.LoginType.selectedIndex].value; if(login == 'xp') { document.getElementById('NewWindowDisplayTr').style.display=''; document.getElementById('NewWindowDisplay').style.display=''; } else if(login == 'xul') { document.getElementById('NewWindowDisplayTr').style.display=''; document.getElementById('NewWindowDisplay').style.display=''; } else { document.getElementById('NewWindowDisplayTr').style.display='none'; document.getElementById('NewWindowDisplay').style.display='none'; } } function check_default() { // Check if Webadmin set to use a default interface var i; for(i=document.loginPage.LoginType.length-1;i>=0;i--) { if(document.loginPage.LoginType[i].value == 'simple') document.loginPage.LoginType[i].selected = true; } } function BrowserVerChk() { this.Type = false; this.TypeLong = false; this.Version = false; this.LateGen = false; if (navigator.appVersion.indexOf("MSIE") != -1) { this.Type = "MSIE"; this.TypeLong = "Internet Explorer"; var TempArray = navigator.appVersion.split("MSIE"); this.Version = parseFloat(TempArray[1]); if (this.Version >= 6) this.LateGen = true; } else if (navigator.userAgent.indexOf("Firefox") != -1) { this.Type = "Firefox"; this.TypeLong = "Firefox"; var VersionIndex = navigator.userAgent.indexOf("Firefox") + 8; this.Version = (navigator.userAgent.charAt(VersionIndex) + "." + navigator.userAgent.charAt(VersionIndex + 2)) * 1; if (this.Version >= 1.5) this.LateGen = true; } } var BrowserVer = new BrowserVerChk(); function BrowserVsInterface() { document.body.style.cursor = "wait"; var SelectedInterface = document.loginPage.LoginType.selectedIndex; var ConfirmUser = false; if (SelectedInterface > 0) { if (SelectedInterface == 1 && BrowserVer.LateGen != true) { if (BrowserVer.Type == "Firefox") { ConfirmUser = "Firefox Version 1.5 or later"; } else { ConfirmUser = "Internet Explorer Version 6 or later"; } } else if (SelectedInterface == 2 && (BrowserVer.Type != "MSIE" || BrowserVer.LateGen != true)) { ConfirmUser = "Internet Explorer Version 6 or later"; } else if (SelectedInterface == 3 && BrowserVer.Type != "Firefox") { ConfirmUser = "Firefox Version 1.0 or later"; } else { ConfirmUser = false; } } if (ConfirmUser != false) { if (confirm ("Your Browser does not match the recommended requirements for this Interface.\nYou are using" + BrowserVer.TypeLong + " Version " + BrowserVer.Version + ", You need " + ConfirmUser + ".\nAre you sure you want to continue logging in?") == true) { ConfirmUser = false; } } if (ConfirmUser == false) { document.loginPage.submit(); } else { document.body.style.cursor = ""; } } .inputtext { FONT-SIZE: 14px; FONT-FAMILY: Verdana; FONT-WEIGHT: lighter; BORDER-WIDTH: 2px; MARGIN: 4px; COLOR: #000000; } .logininput { BACKGROUND: #ffffff; FONT-FAMILY: verdana; font-color: #295E8C; FONT-SIZE: 12px; border: 1px solid #295E8C; padding: 2px; height: 20px; width: 135px; } .loginsubmit { BACKGROUND: #ffffff; FONT-FAMILY: verdana; font-color: #295E8C; FONT-SIZE: 13px; border: 1px solid #295E8C; padding: 0px; width: 70px; } A:hover { COLOR: #336699; }

Login Details
Please provide login and password information to access your mail-account

  Username:
 
  Password:  
  Interface:  
  Language:  
    Change Password    


New Account Signup
Haven't got an account? No problem - Signup for a free email address and access the new account in minutes.