// JavaScript Document

function clientshow(id) {
	id0=document.getElementById(id);
	id1=document.getElementById('client_desc_ru');
	id1.style.visibility='hidden';
	id0.style.visibility='visible';
	document.getElementById("td_"+id0.id).style.backgroundColor='#4bc9e5';
	document.getElementById("td_"+id0.id).style.cursor='hand';
}

function clienthide(id) {
	id0=document.getElementById(id);
	id1=document.getElementById('client_desc_ru');
	id1.style.visibility='visible';
	id0.style.visibility='hidden';
	document.getElementById("td_"+id0.id).style.backgroundColor='';
}

function showmap_ru() {
//	window.showModalDialog('http://www.bill-master.ru/maphtml_ru.html','Installation Map','dialogWidth:806px;dialogHeight:588px;scroll:no;center:yes;help:no;status:no');
window.open('http://www.bill-master.ru/maphtml_ru.html', 'Installation_Map', 'location=no,toolbar=no,menubar=no,directories=no,status=no,resizable=no,scrollbars=no,height=544,width=800', false);
}

function showmap_en() {
//	window.showModalDialog('http://www.bill-master.com/maphtml_en.html','Installation Map','dialogWidth:806px;dialogHeight:588px;scroll:no;center:yes;help:no;status:no');
window.open('http://www.bill-master.com/maphtml_en.html', 'Installation_Map', 'location=no,toolbar=no,menubar=no,directories=no,status=no,resizable=no,scrollbars=no,height=544,width=800', false);
}
