<!--
prel();

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='http://www.1md.ru/company/list/"+selObj.options[selObj.selectedIndex].value+"/'");
  if (restore) selObj.selectedIndex=0;
}
//-->

<!--

function MM_jumpMenu2(targ,selObj,restore){ //v3.0
  eval(targ+".location='http://www.1md.ru/company/spisok/"+selObj.options[selObj.selectedIndex].value+"/'");
  if (restore) selObj.selectedIndex=0;
}
//-->


function showComments(mix)
{
	if (document.getElementById('x'+mix).style.display=='none')
	{
		document.getElementById('x'+mix).style.display='block';
		document.getElementById('y'+mix).className='contentBox2';
	}}

function wopen(url,w,h){
eval('opened=window.open("","none","top=100, left=100, width=500, height=300, resizable=0","replace=yes")');
opened.document.open();
opened.document.write('<body leftmargin=0 topmargin=0><img src="'+url+'" width=500, height=300></body>');
opened.document.close();
}

function Comments(mix)
{
	if (document.getElementById('x'+mix).style.display=='none')
	{
		document.getElementById('x'+mix).style.display='block';

		document.getElementById('xsr'+mix).src='img/minus.gif';
	}
else{
		document.getElementById('x'+mix).style.display='none';

		document.getElementById('xsr'+mix).src='img/plus.jpg';
}
}


function noneComments(mix){
	if (document.getElementById('x'+mix).style.display=='block')
	{
		document.getElementById('x'+mix).style.display='none';
		document.getElementById('y'+mix).className='brdR';
	}
}


function jump(id){
window.open("http://www.1md.ru/r.php?idban="+id,"_blank") ;
}

function submitform(formid, param)
{
        document.getElementById(formid).setAttribute("action" , param);
        //alert (document.getElementById(formid).getAttribute("action"));
        document.getElementById(formid).submit();
//        document.getElementById(divname).style.visibility = "hidden";
//        document.getElementById(divname).style.innerHTML = "";
}



function xzoom(img){

document.getElementById('xzoom').style.visibility="visible";
document.getElementById('xzoom').style.left = 250;
document.getElementById('xzoom').style.top =document.body.scrollTop;
if(document.body.scrollTop<1100){
document.getElementById('xzoom').style.top=1100;
}
document.getElementById('loadimg').src=img;
document.getElementById('xzoom').style.display = 'block';
//alert(window.event.pageX);
}

function closezoom(){
document.getElementById('xzoom').style.visibility="hidden";
document.getElementById('xzoom').style.display = 'none';
document.getElementById('loadimg').src="/img/ajaxloader.gif";
}

function dpl(id){
document.getElementById('dp').style.display = 'block';
dopinfo.location.replace('http://www.1md.ru/dopinfo.php?id='+id);
}

function dpc(id){
//document.getElementById('dp').style.display = 'none';
}


function activate(what) {

        if (!what) what = this;

	if (document.body.activeNode)  document.body.activeNode.className = '';

	what.className = 'active';
	document.body.activeNode = what;

	// дисаблим остальные обработчики

	event.cancelBubble = true;

    }



