//Отправка почты
function write_email(box,host,cl) {
	email=box+'&#64'+host;
	return '<a href="m'+'ailto:'+email+'" class="'+cl+'" >'+email+'</a>';
}

//Открытие окна интернет карты app_mi.asp
function mi_open() {
	if (screen.width >= 1024) {
		window.open("app-mi-main.asp?regime=best", "main", "toolbar=no,scrollbars=no,width=1004,status=yes,height=690,resizable=no");} 
	else  {
	alert('Недопустимое разрешение экрана!');}  
}
function mi_open_eng() {
	if (param=='dop') {regime='best'} else {
	if (regim.checked)	{regime='normal'} else {regime='best'};}
	if (screen.width >= 1024) {
		window.open("/english/app-mi-main.asp?regime="+regime, "main", "toolbar=no,scrollbars=no,width=1004,status=yes,height=690,resizable=no");} 
	else  {
	alert('The inadmissible sanction of the screen!');}  
}

function mi_open_eng() {
	if (screen.width >= 1024) {
		window.open("/english/app-mi-main.asp?regime=best", "main", "toolbar=no,scrollbars=no,width=1004,status=yes,height=690,resizable=no");} 
	else  {
	alert('The inadmissible sanction of the screen!');}  	  
}

//

