function id(cid) { return document.getElementById(cid); } function gourl(id) { document.location.href='?als='+id; return true; } function scroll_ex() { var h=document.body.scrollTop; if (h!=0) { h=h-25; } for (i=1;i<7;i++) { if (id('menu_pic'+i)) { id('menu_pic'+i).style.top=h; } } setTimeout('scroll_ex()',333); return true; } function open_win(title,img,w,h) { if (window.popupWin) { popupWin.close(); } var screen_width=w; var screen_height=h+30; var popupWin=window.open('','popupWin','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,fullscreen=0,width='+screen_width+',height='+screen_height+',top=50,left=50'); popupWin.focus(); var ret='
'; ret+=''; ret+='