
function popimage(image){
   var RndName = Math.round(Math.random() * 100000000);
   popup = window.open("/image.php?img="+image, RndName, 'location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes');
}

function showdiv(id,obj){
   document.getElementById('hide'+id).style.display='block';
   obj.style.display='none';
   return false;
}

function video_div(img,link){
   document.write('<div class="foto_video"><a href="'+link+'"><div id="videodiv" class="preview" style="width:560px;height:315px;background-image: url('+img+');"><div><div><div><img class="png" src="/img/0.gif" width="75" height="75"></div></div></div></div></a></div>');
}