function openbignewgoodwindow (path_im,image_src, image_width, image_height, i_h, title_date, image_text) {
  image_id = 1;
  //alert(image_id);
  image_var = "<img src='"+ path_im + image_src + "' width='" + image_width + "' height='" + image_height + "' border='0'>";
  var myWin, my_left;
  my_left=(screen.width/2);
  open_window_string = "myWin = open('','"+ image_id +"','width="+image_width+",height="+i_h+",directories=no,location=no,menubar=no,resizable=yes,scrollbars=no,status=yes,toolbar=no,top=10,left=10');";
  eval(open_window_string);
  myWin.document.open();
  myWin.document.write("<HTML>\n<HEAD>\n<TITLE>");
  if (navigator.appName=="Microsoft Internet Explorer") {
    myWin.document.write(title_date);
  }
  myWin.document.write("</TITLE>\n");
  myWin.document.write("<META name='other.language' content='ukrainian,russian,english'>\n");
  myWin.document.write("<META http-equiv='content-type' content='text/html; charset=windows-1251'>\n\n");
  myWin.document.write("</HEAD>\n");
  myWin.document.write("<body onLoad='focus();' bgcolor='#FFFFFF' text='#4F4F4F' link='#000000' vlink='#000000' alink='#000000' leftmargin='0' topmargin='0' rightmargin='0' bottommargin='0' marginwidth='0' marginheight='0'>\n\n");
  myWin.document.write("<table border=0 cellpadding=0 cellspacing=0 width=100% >\n");
  myWin.document.write("<tr><td align=middle valign=top>\n");
  myWin.document.write(image_var);
  myWin.document.write("<br>"+image_text);
  myWin.document.write("</td></tr>");
  if (navigator.appName=="Microsoft Internet Explorer") {
    myWin.document.write("<tr><td align=middle class=mainsm valign=center>\n");
    myWin.document.write("\n");
    myWin.document.write("</td></tr>\n");
  }
  myWin.document.write("</table>\n</body>\n</html>\n");
  myWin.document.close();
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}


function go1(){
  if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
    aaa = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
    alert (aaa);
 //location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
  }
}



// Приветствие
var _date=new Date();
var hours=_date.getHours();
var date=_date.getDate();
var _day=_date.getDay();
var day;
var _month=_date.getMonth();
var month;
var year=_date.getYear();
var _welcome;
var welcome;
if((hours>=6) && (hours<12)) _welcome="ого ранку";
if((hours>=12) && (hours<17)) _welcome="ого дня";
if((hours>=17) && (hours<=23)) _welcome="ого вечора";
if((hours>=0) && (hours<6)) _welcome="ої ночi";
if(_day==0) day="недiля";
if(_day==1) day="понедiлок";
if(_day==2) day="вiвторок";
if(_day==3) day="середа";
if(_day==4) day="четвер";
if(_day==5) day="п'ятниця";
if(_day==6) day="субота";
if(_month==0) month="\ciчн\я";
if(_month==1) month="лютого";
if(_month==2) month="берез\ня";
if(_month==3) month="квiт\ня";
if(_month==4) month="трав\ня";
if(_month==5) month="черв\ня";
if(_month==6) month="лип\ня";
if(_month==7) month="серп\ня";
if(_month==8) month="верес\ня";
if(_month==9) month="жовт\ня";
if(_month==10) month="листопада";
if(_month==11) month="груд\ня";
welcome="Добр"+_welcome+", сьогодн\i "+date+" "+month+", "+day+".";
