function mover(el) { el.style.backgroundColor='#E8E8E8'; }
function mout(el) { el.style.backgroundColor='#D9D9D9'; }

function openwin_pic(PicID){
window.open('pics.phtml?PicID='+PicID,"gallery","target=ne,left=50,top=40,width=700,height=550;status=no,resizable=auto,tolbar=no,menubar=no,location=no,scrollbars=auto");
} 

