function displayDate(){
    var this_month = new Array(12);
    this_month[0]  = "сiчня";
    this_month[1]  = "лютого";
    this_month[2]  = "березня";
    this_month[3]  = "квiтня";
    this_month[4]  = "травня";
    this_month[5]  = "червня";
    this_month[6]  = "липня";
    this_month[7]  = "серпня";
    this_month[8]  = "вересня";
    this_month[9]  = "жовтня";
    this_month[10] = "листопада";
    this_month[11] = "грудня";
    var today = new Date();
    var day   = today.getDate();
    var month = today.getMonth();
    var year  = today.getYear();
    if (year < 1900){
        year += 1900;
    }
    return(day+" "+this_month[month]+" " +year );
}
var d=document
var NN=d.layers?true:(window.opera&&!d.createComment)?true:false
function showTime(){
 var tmN=new Date()
 var dH=''+tmN.getHours();dH=dH.length<2?'0'+dH:dH
 var dM=''+tmN.getMinutes();dM=dM.length<2?'0'+dM:dM
 var dS=''+tmN.getSeconds();dS=dS.length<2?'0'+dS:dS
 var tmp=dH+':'+dM+':'+dS
 if(NN)d.F.chas.value=tmp;else d.getElementById('tm').innerHTML=tmp
 var t=setTimeout('showTime()',1000);
}
function ShowBild(sPicURL) {
				window.open('engine/modules/imagepreview.php?image='+sPicURL, '', 'resizable=1,HEIGHT=200,WIDTH=200, scrollbars=yes');
                        };
						function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open('http://melnychenko.com.ua/contact.htm','1','width=430,height=350');
};
						function MM_openBrWindow1(theURL,winName,features) { //v2.0
  window.open('http://melnychenko.com.ua/comm.htm','1','width=430,height=350');
};						