function popurl(url,small,id) { day = new Date(); if(!id) id = day.getTime(); width = screen.width-50; height = screen.height-100; if(small){ width = screen.width / small; height = screen.width / small; } eval("page" + id + " = window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width='+width+',height='+height+',top=25,left=25');"); return false; } function showThumb(sender) { popurl(sender.id, 2); } function preloadImages() { var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=preloadImages.arguments; for(i=0; i