function fmailhider(instart, inend, inmiddle) {
	var lmiddle;
	var lmail = instart+'@'+inend;
	if (inmiddle.length > 0) lmiddle=inmiddle;
	else lmiddle = lmail;
	return '<a href="mailto:'+lmail+'" title="'+lmiddle+'">'+lmiddle+'</a>';
}

function fsetmenu(inid, inwidth){
	document.getElementById('sm'+inid).className= 'starter';
	document.getElementById('sel_sm'+inid).className= document.getElementById('sel_sm'+inid).className+' starterlist';
	document.getElementById('bottom_menu').style.marginLeft = ((inwidth*132)-50)+'px';
}

function linkokcancel(inid) { 
	if (confirm('Are you sure?')){
		window.location = inid;
	}
}
