
function ePoststring() {
	var nam = 'studer_vdberg';
	var ort = 'datacomm';
	var land = 'ch';
	return (nam + String.fromCharCode(60+4) + ort + '.' + land);
}

function ePost(text, stil, wegen) {
	var name = 'studer_vdberg';
	var ort = 'datacomm';
	var land = 'ch';
	var linkIn1 = '\<a href=\"';
	var linkIn2 = '\"\>';
	if (stil != '') { linkIn2 = '\" class=\"' + stil + linkIn2; }
	var linkOut = '\</a\>';	
	var lett = name + String.fromCharCode(60+4) + ort + '.' + land;
	if (text == '') { text = lett; }
	if (wegen != '') { lett = lett + '?subject=vda ' + wegen; }
	return (linkIn1 + String.fromCharCode(100+9,97,105,100+8,116,100+11,58) + lett + linkIn2 + text + linkOut);
}

function goTo(sect) {
	if (top.document.URL == document.URL) {
		top.location = 'index.html';
	} else {
		top.topright.setSection(sect);
		top.navig.updateSection();
	}
}

function test () {
	alert('vda0411');
}

