function openw(f,w,h)
{window.open(f,'pic_frame','width='+w+', height='+h+', scrollbars=1, top=20, left='+(screen.width-w)/2+'');}
