// used URL's
var webmailURL = 'http://webmail.netgroup.ch';
var hispoURL   = 'https://service.canalsys.com/login.php';

// Show the webmail URI
function goWebmail() {
	window.location.href = webmailURL;
	//NA return true;
}

// Show the HISPO URI
function goHISPO() {
	window.location.href = hispoURL;
	//NA return true;
}
