if (document.images)
  {
   var imgs = new Array ();
   imgs['heart_gb'] = new Image(); imgs['heart_gb'].src = "img/heart.gif";
   imgs['heart_rb'] = new Image(); imgs['heart_rb'].src = "img/heart_redborder.gif";
  }

function highlightHeart(hid)
  {
   hObj = document.getElementById(hid);
   if (hObj)
     {
      if (hObj.src == imgs['heart_gb'].src)
        hObj.src = imgs['heart_rb'].src;
      else
        hObj.src = imgs['heart_gb'].src;
     }
  }

function setMonths4Year(SI)
  {
   var monthsSelect = document.getElementById('months');
   monthsSelect.options.length = 0;
   if (yearMonths[SI])
     for (month in yearMonths[SI])
	   monthsSelect.options[monthsSelect.options.length] = new Option(yearMonths[SI][month][1], yearMonths[SI][month][0]);
  }

function setAction4Month(year, month)
  {
   window.frames['ce_action_rEdit'].focus();
   //var selection = window.frames['ce_action_rEdit'].document.selection.createRange();
   //selection.pasteHTML(monthActions[year][month]);
   window.frames['ce_action_rEdit'].document.body.innerHTML = monthActions[year][month];
  }
  function wo2(cover){
	window.open('res.php', '','scrollbars=yes,resizable=yes,left=20 top=180,height=230,width=600' ); 
}
function wo(cover){
	window.open('b.php?img='+cover, '','scrollbars=no,resizable=yes,height=435 width=610' );  
}
function wog(cover){
	window.open('b.php?img='+cover, '','scrollbars=no,resizable=yes,height=640 width=460' );  
}