function scr(element){
if(element == 'off') { 
subscribe_form.subscribe.value = 'отписаться';
subscribe_form.subscribe.name = 'unsubscribe';
   } 
else { 
subscribe_form.subscribe.value = 'подписаться';
subscribe_form.subscribe.name = 'subscribe';
   } 
}

function Enable(field){
	if (field && field.disabled) {
		field.disabled=false;
	}
};

function change(id,mname){
	if (id.className==mname+"map01 noprint") id.className=mname+"map02 noprint";
	else id.className=mname+"map01 noprint";
}

function ow()	{	
	w1=window.open('','new_window','resizable=yes, menubar=no, status=yes, scrollbars=yes, width=750, height=500');
}

function openvkl()	{	
	w2=window.open('','new_window','resizable=yes, menubar=no, status=yes, scrollbars=yes, width=400, height=500');
}

function opencrd()	{	
	w2=window.open('','new_window','resizable=yes, menubar=no, status=yes, scrollbars=yes, width=750, height=500');
}