function show(obj, link) {
	var o = document.getElementById(obj);
	if (o.style.display)o.style.display="";
	else o.style.display="none";
}
function mm() {
     var a = "inf"; var e = a+"o@"+"balkan"+"cargm"+".bg";
       document.write("<a style='color:#354567;' href='mailto:"+ e + "' style=\"color: #FF0000;\">" + e +"</a>");
}
