     function map()
      { features="width=776,height=437";
        nw=window.open("", "", features);
        text="<html><head><title>Киев, ул. Сурикова 3, корпус 37, оф. №4</title></head>";
        text+="<body bgcolor='#FFFFFF' topmargin='0'  leftmargin='0'>";
		text+="<img src='../../img/schemas/map.jpg' width='776' height='437' border=0>";
		text+="</body></html>";
        nw.document.write(text);
        nw.document.close()
      }
