function  show_photo(pic_name) {
	document.getElementById('m_dd').src= pic_name;
}
function img_over (what) {
    var x = what.offsetLeft
    var y = what.offsetTop
    document.fake_img.src = what.src;
    document.fake_img.className = what.id;
    document.fake_img.style.left = x;
    document.fake_img.style.top = y;
    document.fake_img.style.display = "block";
	
} 
function window_block(ref,w,h){
	window.open(ref+'','chooser', 'toolbar=no,width='+w+',height='+h+',resizable=yes,scrollbars=yes,status=no,location=0');
}
function openAlbum(data) {
    document.location.href ='?action=movie_wiev&id='+data;
}
