function emAdr(p1,p2,a_class)
{
	if (a_class != "")
		a_class = " class=\""+a_class+"\"";
	document.writeln("<A HREF=\"mai" + "lto:" + p2 + p1 + "@pravo");
	document.writeln("s.org\"" + a_class +">" + p2 + p1 + "@" + "pravos.org</A>");
}
function changeStyle()
{
	var re=/"#"/g;
	var myregexp = /#([\w]{3})/;
	var match = myregexp.exec(document.location);
	if (match != null)
    {
     	document.writeln("<STYLE>");
     	document.writeln("div."+match[1]+" p, p."+match[1]+", div."+match[1]+"{");
     	document.writeln("background:url('/img/fon6.jpg') #ffffff;");
     	//document.writeln("border-left:2px solid #CC4949;");
     	document.writeln("padding:20px 20px 20px 40px;");
     	document.writeln("margin-left:20px;");
		document.writeln("}");

		document.writeln("div.key-"+match[1]+"{");
		document.writeln("display:block;");
		document.writeln("font-weight:bold;");
		document.writeln("font-size:70%;");
		document.writeln("text-transform:uppercase;");
     	document.writeln("background:url('/img/fon6.jpg') #ffffff;");
     	//document.writeln("border-left:2px solid #CC4949;");
     	document.writeln("padding:20px 20px 0px 20px;");
     	document.writeln("margin-left:20px;");
     	document.writeln("margin-bottom:-20px;");
     	document.writeln("color:#CDCDCD;");
     	//document.writeln("font-style:italic;");
     	//document.writeln("text-decoration:underline;");
		document.writeln("}");
     	document.writeln("</STYLE>");
 	}
}
changeStyle();