<!--
  var BttnM  = new Array (21);
  for(i=0;i<22;i++) BttnM[i]=new Image();
  BttnM[0].src="img/brus_1.gif";
  BttnM[1].src="img/steklo_1.gif";
  BttnM[2].src="img/uplot_1.gif";
  BttnM[3].src="img/furnitu_1.gif";
  BttnM[4].src="img/vodootliv_1.gif";
  BttnM[5].src="img/kraska_1.gif";
  BttnM[6].src="img/podok_1.gif";
  BttnM[7].src="img/ulotliv_1.gif";
  BttnM[8].src="img/otkos_1.gif";
  BttnM[9].src="img/dekor_1.gif";
  BttnM[10].src="img/moskit_1.gif";
  BttnM[11].src="img/brus.jpg";
  BttnM[12].src="img/steklo.jpg";
  BttnM[13].src="img/uplot.jpg";
  BttnM[14].src="img/furnitu.jpg";
  BttnM[15].src="img/vodootliv.jpg";
  BttnM[16].src="img/kraska.jpg";
  BttnM[17].src="img/podok.jpg";
  BttnM[18].src="img/ulotliv.jpg";
  BttnM[19].src="img/otkos.jpg";
  BttnM[20].src="img/dekor.jpg";
  BttnM[21].src="img/moskit.jpg";

  var BttnP=new Array(12);
  for(i=0;i<13;i++) BttnP[i]=new Image();
  BttnP[0].src="img/brus.gif";
  BttnP[1].src="img/steklo.gif";
  BttnP[2].src="img/uplot.gif";
  BttnP[3].src="img/furnitu.gif";
  BttnP[4].src="img/vodootliv.gif";
  BttnP[5].src="img/kraska.gif";
  BttnP[6].src="img/podok.gif";
  BttnP[7].src="img/ulotliv.gif";
  BttnP[8].src="img/otkos.gif";
  BttnP[9].src="img/dekor.gif";
  BttnP[10].src="img/moskit.gif";
  BttnP[11].src="img/screen1.gif";
  BttnP[12].src="img/screen2.gif";
 
function BttnMys(num)
{
  if(num==1) document.brus.src=BttnM[num-1].src;
  if(num==2) document.steklo.src=BttnM[num-1].src;
  if(num==3) document.uplot.src=BttnM[num-1].src;
  if(num==4) document.furnitu.src=BttnM[num-1].src;
  if(num==5) document.vodootliv.src=BttnM[num-1].src;
  if(num==6) document.kraska.src=BttnM[num-1].src;
  if(num==7) document.podok.src=BttnM[num-1].src;
  if(num==8) document.ulotliv.src=BttnM[num-1].src;
  if(num==9) document.otkos.src=BttnM[num-1].src;
  if(num==10) document.dekor.src=BttnM[num-1].src;
  if(num==11) document.moskit.src=BttnM[num-1].src;
  if(num==12) document.screen1.src=BttnM[num-1].src;
 if(num==13) document.screen1.src=BttnM[num-1].src;
 if(num==14) document.screen1.src=BttnM[num-1].src;
 if(num==15) document.screen1.src=BttnM[num-1].src;
 if(num==16) document.screen1.src=BttnM[num-1].src;
 if(num==17) document.screen1.src=BttnM[num-1].src;
 if(num==18) document.screen1.src=BttnM[num-1].src;
 if(num==19) document.screen2.src=BttnM[num-1].src;
 if(num==20) document.screen2.src=BttnM[num-1].src;
 if(num==21) document.screen2.src=BttnM[num-1].src;
 if(num==22) document.screen2.src=BttnM[num-1].src;

}

function BttnPas(num)
{
  if(num==1) document.brus.src=BttnP[num-1].src;
  if(num==2) document.steklo.src=BttnP[num-1].src;
  if(num==3) document.uplot.src=BttnP[num-1].src;
  if(num==4) document.furnitu.src=BttnP[num-1].src;
  if(num==5) document.vodootliv.src=BttnP[num-1].src;
  if(num==6) document.kraska.src=BttnP[num-1].src;
  if(num==7) document.podok.src=BttnP[num-1].src;
  if(num==8) document.ulotliv.src=BttnP[num-1].src;
  if(num==9) document.otkos.src=BttnP[num-1].src;
  if(num==10) document.dekor.src=BttnP[num-1].src;
  if(num==11) document.moskit.src=BttnP[num-1].src;
  if(num==12) document.screen1.src=BttnP[num-1].src;
  if(num==13) document.screen2.src=BttnP[num-1].src;

}
function winopen(name)
{
parent.window.leftFrame.location.href=name;
}
//-->