function update(script,element){new Ajax.Updater(element,script,{method:'get',evalScripts:true,onComplete:function(){Lightview.show('lightboxCont_img_1');}});}
function setMoment() 
{
  var screenWidth        = document.body.offsetWidth;
  var newSize            = parseInt(0.1185 * screenWidth); 
  var lastDiv            = document.getElementById("momen");
  lastDiv.style.fontSize = newSize+'px';
}
