function fullWidthIE6(){
	
}
function smalldisplay(lang) {
	ww = document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientWidth:document.body.clientWidth;
	if (ww < 1010)
	  {
		document.writeln('<link rel="stylesheet" href="http://www.calligraphy-mvk.ru/templates/unionNew/css/smalldisplay.css" type="text/css" />');
		il=document.getElementById("menu").getElementsByTagName("a");
		if (4 < il.length)
		{
			var txt = new String(il[4].innerHTML);
			txt = "</a>"+txt+"<a>";
			txt = txt.replace("/<a>/g",  "");
			txt = txt.replace("/<\/a>/g",  "");
			il[4].innerHTML = '<div class="up">' + txt + '</div>';
		}
		document.getElementById("head").style.minWidth = "1200px";
		document.getElementById("content").style.minWidth = "1200px";
	  }
}
