function openWindow(urli,leveys,korkeus) { scrn_x = window.screen.width/2; scrn_y = window.screen.height/2; x = scrn_x - leveys/2 - 3; y = scrn_y - korkeus/2 - 3; random_id = Math.floor(Math.random()*100+1); newWindow2 = window.open(urli,'newWindow2'+random_id,'left='+x+',top='+y+',height='+korkeus+',width='+leveys+',resizable=yes,scrollbars=yes'); setTimeout('newWindow2.focus()',250); } function upload(urli) { openWindow(urli,350,190); } function sort(sort, order) { document.form1.sort.value = sort; document.form1.order.value = order; document.form1.submit(); } /* I HATE THE EOLAS PATENT!!!!!!!!!!!!!!!!! */ function insert_menu_flash() { document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); }