//
ez kell a trukkhoz var napkepeadjsonobj = { title : '2008 04 13', text : ' Veterán Expó', linkurl : 'http://acsdonat.extra.hu/photo/photo_show.php?id=20080413veteranexpo-S&class=photo&page=60', thumburl : 'http://www.fw.hu/adtvn1/20080413veteranexpo-S/thumb/thumb0060.jpg', openwindow : function(){ x=650; y=680; max_x=screen.availWidth; max_y=screen.availHeight; pad_x=(max_x-x)/2; pad_y=(max_y-y)/2; window.open(this.imglinkurl,'photo','width='+x+',height='+y+',screenX='+pad_x+',screenY='+pad_y); return true; }, checkimgloaded : function(){ if(!napkepeadjsonobj.tempthumb.complete){ setTimeout('napkepeadjsonobj.checkimgloaded(napkepeadjsonobj.myimg)',1000); } else{ max_x=napkepeadjsonobj.myimg.width; max_y=napkepeadjsonobj.myimg.height; pic_x=napkepeadjsonobj.tempthumb.width; pic_y=napkepeadjsonobj.tempthumb.height; ex=pic_x; ey=pic_y; if(ex>max_x) { ex=max_x; ey=max_x*pic_y/pic_x; } if(ey>max_y) { ey=max_y; ex=max_y*pic_x/pic_y; } napkepeadjsonobj.myimg.width=ex; napkepeadjsonobj.myimg.height=ey; napkepeadjsonobj.myimg.src=napkepeadjsonobj.tempthumb.src; } }, loadparameters : function(prefix){ napkepeadjsonobj.myimg=document.getElementById(prefix+'img'); mytext=document.getElementById(prefix+'text'); mytitle=document.getElementById(prefix+'title'); napkepeadjsonobj.tempthumb=new Image(); napkepeadjsonobj.tempthumb.src=this.thumburl; napkepeadjsonobj.checkimgloaded(); napkepeadjsonobj.myimg.imglinkurl=this.linkurl; napkepeadjsonobj.myimg.onclick=this.openwindow; mytext.innerHTML=this.text; mytitle.innerHTML=this.title; } } napkepeadjsonobj.loadparameters('napkepead');