function ow(winName)        {
        w1=window.open('',winName,'resizable=yes, menubar=no, status=no, scrollbars=yes, width=700, height=520');
}

function bb(imageName, path){	var m = document.getElementById(imageName);
	m.src = "/template/rus/main/img/" + path;
}

function changeImage(imageName, classe){
if (classe==1)
  document.images[imageName].src = "graphics/show_2.gif"
else
  document.images[imageName].src = "graphics/show_1.gif";
}
