function chMnu(stat,obj) { stat ? obj.className="rc_menu_on" : obj.className="rc_menu_off"; }
function go(url) { location.href=url; }

<!--
function onw(url)
{
  dte = new Date();
  var nwindow = null;
  var leftpos = (screen.availWidth)/2-205;
  var toppos = (screen.availHeight)/2-275;
  nwindow=window.open("",dte.getHours()+dte.getMinutes()+dte.getSeconds(),"toolbar=no,width=600,height=400,top="+toppos+",left="+leftpos+"");
  nwindow.document.write("<html><head><title>Топаз</title></head><body LEFTMARGIN='0' TOPMARGIN='0' MARGINWIDTH='0' MARGINHEIGHT='0' onload=\"window.resizeTo(document.images[0].width+9, document.images[0].height+29);\"><a href=\"javascript:window.close();\"><img src=\""+url+"\" alt='' border=0></a></body></html>");
  nwindow.document.close();
}
-->

