function mencode(addr, country) {
	return addr.replace(/.*levelke\/([a-z0-9._%-]+)\/([a-z0-9._%-]+)/i, '$1' + '@' + '$2' + '.' + country);
}
function seta(anchor, addr) {
	anchor.setAttribute('href','mailto:' + addr);
}
function restore(anchor) {
	anchor.setAttribute('href', 'javascript:void(0)');
}
function clickHandler() {
/*
 onmouseover="this.src='/images/navigation/arrow_right_down.jpg'" onmouseout="this.src='/images/navigation/arrow_right_normal.jpg'" onmousedown="this.src='/images/navigation/arrow_right_click.jpg'" onmouseup="this.src='/images/navigation/arrow_right_down.jpg'"
 */
}

document.oncontextmenu=new Function("return false");
	jQuery.noConflict();
	jQuery(document).ready(function(){
 });

