// JavaScript Document
<!--

 function Select(N)
 {
  var img = document.getElementById('address_' + N);
  var menu = document.getElementById('map_' + N);
    var lihover = document.getElementById('link_' + N);
   lihover.style.backgroundImage = 'url(/img/arrowromb.gif)';
   lihover.style.backgroundRepeat='no-repeat';
   lihover.style.backgroundPosition='0px 10px';
   img.src = '/img/stiga'+N+'hb.gif';
   menu.style.color = '#999999';
   menu.style.textDecoration = 'underline';
}
 function deSelect(N)
 {
  var img = document.getElementById('address_' + N);
  var menu = document.getElementById('map_' + N);
  var lihover = document.getElementById('link_' + N);
  lihover.style.backgroundImage = 'none';
  img.src = '/img/stiga'+N+'.gif';
  menu.style.color = '#333333';
  menu.style.textDecoration = 'none';
}
  function Shoze(N)
 {
  var adrec = document.getElementById('address_' + N);
  var point = document.getElementById('point_' + N);
  var img = document.getElementById('imagenetion');
   adrec.style.color = '#999999';
    adrec.style.textDecoration = 'underline';
   point.style.visibility = 'visible';
   img.src='/img/adress'+N+'.jpg';

 }
 function deShoze(N)
 {
 var adrec = document.getElementById('address_' + N);
  var point = document.getElementById('point_' + N);
  //var img = document.getElementById('imagenetion');
   adrec.style.color = '#333333';
   adrec.style.textDecoration = 'none';
   point.style.visibility = 'hidden';
  // img.src='/img/spacer.gif';
   
 }
   function Sel(N)
 {
   var lihover = document.getElementById('link_' + N);
    lihover.style.backgroundImage = 'url(/img/arrowromb.gif)';
   lihover.style.backgroundRepeat='no-repeat';
   lihover.style.backgroundPosition='0 10';

 }
 function deSel(N)
 {
  var lihover = document.getElementById('link_' + N);
  lihover.style.backgroundImage = 'none';
 }

function showSize(Z){
    var a = document.getElementById("sizes_" + Z).style;
    a.visibility = 'visible';
   }
function hideSize(Z){
    var a = document.getElementById("sizes_" + Z).style;
    a.visibility = 'hidden';
}

function goTo(href){
    window.location.href=href;
}

function showDiv(Z){
    var a = document.getElementById("pos_" + Z).style;
    a.visibility = 'visible';
   }
function hideDiv(Z){
    var a = document.getElementById("pos_" + Z).style;
    a.visibility = 'hidden';
}
function openImage(href, w, h,target){
    another=open(href, target, 'scrollbars=no, status=no, titlebar=yes, toolbar=no, location=no, menubar=no, resizable=no, width='+(w*1+20)+', height='+(h*1+20),false); }
 function openMap(href, w, h,target){
    another=open(href, target, 'scrollbars=yes, status=no, titlebar=yes, toolbar=no, location=no, menubar=no, resizable=yes, width='+(w*1+20)+', height='+(h*1+20),false); }
function cutTextNull (){
	var a=document.getElementById('searche');
	a.value="";
	}
function cutText (){
	var a=document.getElementById('searche');
	a.value="Поиск";
	}
function getPrint(){
    var a = document.getElementById("info");
    var b = opener.document.getElementById("info");
    a.innerHTML=b.innerHTML;
var c = document.getElementById("picture");
    var d = opener.document.getElementById("picture");
    c.innerHTML=d.innerHTML;}
// -->
