document.write('<img src="images/vert.gif" width="246" height="685" usemap="#Map" border="0"><map name="Map"><area shape="rect" coords="10,214,112,231" href="about.htm" alt="О компании" title="О компании"><area shape="rect" coords="10,243,94,262" href="contacts.htm" alt="Контакты" title="Контакты"><area shape="rect" coords="21,326,62,337" href="wooden-tables.htm" alt="Деревянные столы" title="Деревянные столы"><area shape="rect" coords="21,338,68,354" href="wooden-wardrobes.htm" alt="Деревянные шкафы" title="Деревянные шкафы"><area shape="rect" coords="21,355,64,369" href="wooden-kitchen.htm" alt="Кухни из массива" title="Кухни из массива"><area shape="rect" coords="21,370,64,384" href="wooden-bedside-tables.htm" alt="Деревянные тумбы" title="Деревянные тумбы"><area shape="rect" coords="21,385,74,399" href="wooden-clothes-presses.htm" alt="Деревянные комоды" title="Деревянные комоды"><area shape="rect" coords="21,400,75,415" href="wooden-beds.htm" alt="Деревянные кровати" title="Деревянные кровати"><area shape="rect" coords="21,668,109,684" href="wooden-furniture-for-billiard-room.htm" alt="Деревянная мебель для биллиардной" title="Деревянная мебель для биллиардной"><area shape="rect" coords="21,653,77,668" href="wooden-furniture-for-cabinet.htm" alt="Деревянная мебель для кабинета" title="Деревянная мебель для кабинета"><area shape="rect" coords="21,610,62,623" href="wooden-kitchen.htm" alt="Кухни из массива" title="Кухни из массива"><area shape="rect" coords="21,638,77,653" href="wooden-furniture-for-bedroom.htm" alt="Деревянная мебель для спальни" title="Деревянная мебель для спальни"><area shape="rect" coords="21,623,85,638" href="drawing-room-furniture.htm" alt="Деревянная мебель для гостиной" title="Деревянная мебель для гостиной"><area shape="rect" coords="21,593,176,610" href="restaurant-and-bars-furniture.htm" alt="Деревянная мебель для баров, ресторанов и кафе" title="Деревянная мебель для баров, ресторанов и кафе"><area shape="rect" coords="20,520,87,534" href="wooden-stairs.htm" alt="Деревянные лестницы" title="Деревянные лестницы"><area shape="rect" coords="20,505,70,519" href="heat-shields.htm" alt="Экраны" title="Экраны"><area shape="rect" coords="20,535,83,550" href="wooden-interior-parts.htm" alt="Деревянные детали интерьера" title="Деревянные детали интерьера"><area shape="rect" coords="20,491,73,504" href="wooden-mirrors.htm" alt="Деревянные зеркала" title="Деревянные зеркала"><area shape="rect" coords="11,427,73,444" href="interroom-wooden-doors.htm" alt="Межкомнатные деревянные двери из массива" title="Межкомнатные деревянные двери из массива"></map><p>');

var bigpicWin = null;

function showbigimage(url, picwidth, picheight, description)
{
  if (!bigpicWin || bigpicWin.closed)
  {
    usrwidth = screen.width;
    usrheight = screen.height;

    winwidth = picwidth;
    winheight = picheight;

    var X = (usrwidth - winwidth) / 2;
    var Y = (usrheight - winheight) / 2;

    properties = "toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width="+winwidth+",height="+winheight+",";

    checkie = navigator.appName.indexOf("icrosoft");
    if (checkie == -1)
    {
      properties = properties+"screenX="+X+",screenY="+Y;
    }
    else
    {
      properties = properties+"left="+X+",top="+Y;
    }
     bigpicWin = window.open('','bigpicWin',properties);
    bigpicWin.document.open();
    bigpicWin.document.write('<HTML><HEAD>');
    bigpicWin.document.write('<TITLE>'+description+'</TITLE>');
    bigpicWin.document.write('</HEAD>');
    bigpicWin.document.write('<BODY MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0">');
    bigpicWin.document.write('<A HREF="JavaScript:self.close()"><IMG SRC="'+url+'" HSPACE="0" VSPACE="0" BORDER="0"></A>');
    bigpicWin.document.write('</BODY>');
    bigpicWin.document.write('</HTML>');
    bigpicWin.document.close()
    bigpicWin.focus();
  }
  else
  {
    bigpicWin.focus();
  }
}