var i_TmpPic = new Image; var i_Pictures=[]; var i_imgHeight; var i_imgWidth; i_TmpPic.onload=function(){ var img=document.getElementById('ipopup_image'); img.src=i_TmpPic.src; img.style.width=i_imgWidth+'px'; img.style.height=i_imgHeight+'px'; img.style.padding='0px'; } i_Pictures['4613.jpg']=new Object(); i_Pictures['4613.jpg'].width=138; i_Pictures['4613.jpg'].height=513; i_Pictures['CY002.jpg']=new Object(); i_Pictures['CY002.jpg'].width=396; i_Pictures['CY002.jpg'].height=600; i_Pictures['CY021.jpg']=new Object(); i_Pictures['CY021.jpg'].width=388; i_Pictures['CY021.jpg'].height=600; i_Pictures['CY037.jpg']=new Object(); i_Pictures['CY037.jpg'].width=400; i_Pictures['CY037.jpg'].height=600; i_Pictures['CY047.jpg']=new Object(); i_Pictures['CY047.jpg'].width=377; i_Pictures['CY047.jpg'].height=600; i_Pictures['CY067.jpg']=new Object(); i_Pictures['CY067.jpg'].width=379; i_Pictures['CY067.jpg'].height=600; i_Pictures['CY068.jpg']=new Object(); i_Pictures['CY068.jpg'].width=373; i_Pictures['CY068.jpg'].height=600; i_Pictures['CY077.jpg']=new Object(); i_Pictures['CY077.jpg'].width=296; i_Pictures['CY077.jpg'].height=193; i_Pictures['CY080.jpg']=new Object(); i_Pictures['CY080.jpg'].width=550; i_Pictures['CY080.jpg'].height=341; i_Pictures['DC190.jpg']=new Object(); i_Pictures['DC190.jpg'].width=550; i_Pictures['DC190.jpg'].height=262; i_Pictures['DC193.jpg']=new Object(); i_Pictures['DC193.jpg'].width=550; i_Pictures['DC193.jpg'].height=82; i_Pictures['DC194.jpg']=new Object(); i_Pictures['DC194.jpg'].width=550; i_Pictures['DC194.jpg'].height=88; i_Pictures['DC199.jpg']=new Object(); i_Pictures['DC199.jpg'].width=600; i_Pictures['DC199.jpg'].height=245; i_Pictures['DC335.jpg']=new Object(); i_Pictures['DC335.jpg'].width=800; i_Pictures['DC335.jpg'].height=268; i_Pictures['DF3000.jpg']=new Object(); i_Pictures['DF3000.jpg'].width=800; i_Pictures['DF3000.jpg'].height=657; i_Pictures['EA21x.jpg']=new Object(); i_Pictures['EA21x.jpg'].width=345; i_Pictures['EA21x.jpg'].height=120; i_Pictures['EA280.jpg']=new Object(); i_Pictures['EA280.jpg'].width=459; i_Pictures['EA280.jpg'].height=600; i_Pictures['EH900.jpg']=new Object(); i_Pictures['EH900.jpg'].width=800; i_Pictures['EH900.jpg'].height=518; i_Pictures['EL402.jpg']=new Object(); i_Pictures['EL402.jpg'].width=530; i_Pictures['EL402.jpg'].height=600; i_Pictures['EL480.jpg']=new Object(); i_Pictures['EL480.jpg'].width=688; i_Pictures['EL480.jpg'].height=600; i_Pictures['EL490.jpg']=new Object(); i_Pictures['EL490.jpg'].width=731; i_Pictures['EL490.jpg'].height=600; i_Pictures['EL502.jpg']=new Object(); i_Pictures['EL502.jpg'].width=581; i_Pictures['EL502.jpg'].height=600; i_Pictures['EL580.jpg']=new Object(); i_Pictures['EL580.jpg'].width=800; i_Pictures['EL580.jpg'].height=553; i_Pictures['EL590.jpg']=new Object(); i_Pictures['EL590.jpg'].width=790; i_Pictures['EL590.jpg'].height=600; i_Pictures['FD451.jpg']=new Object(); i_Pictures['FD451.jpg'].width=800; i_Pictures['FD451.jpg'].height=488; i_Pictures['LE18x.jpg']=new Object(); i_Pictures['LE18x.jpg'].width=589; i_Pictures['LE18x.jpg'].height=600; i_Pictures['LE31x.jpg']=new Object(); i_Pictures['LE31x.jpg'].width=512; i_Pictures['LE31x.jpg'].height=600; i_Pictures['LP71x.jpg']=new Object(); i_Pictures['LP71x.jpg'].width=800; i_Pictures['LP71x.jpg'].height=594; i_Pictures['PBE00x.jpg']=new Object(); i_Pictures['PBE00x.jpg'].width=800; i_Pictures['PBE00x.jpg'].height=344; i_Pictures['PPE00x.jpg']=new Object(); i_Pictures['PPE00x.jpg'].width=424; i_Pictures['PPE00x.jpg'].height=501; i_Pictures['Presto138.jpg']=new Object(); i_Pictures['Presto138.jpg'].width=561; i_Pictures['Presto138.jpg'].height=584; i_Pictures['Presto3-20_007.jpg']=new Object(); i_Pictures['Presto3-20_007.jpg'].width=604; i_Pictures['Presto3-20_007.jpg'].height=600; i_Pictures['Presto3-20_030.jpg']=new Object(); i_Pictures['Presto3-20_030.jpg'].width=800; i_Pictures['Presto3-20_030.jpg'].height=503; i_Pictures['Presto3-20_032.jpg']=new Object(); i_Pictures['Presto3-20_032.jpg'].width=464; i_Pictures['Presto3-20_032.jpg'].height=600; i_Pictures['Presto3-20_630.jpg']=new Object(); i_Pictures['Presto3-20_630.jpg'].width=730; i_Pictures['Presto3-20_630.jpg'].height=519; i_Pictures['Presto3-20_650.jpg']=new Object(); i_Pictures['Presto3-20_650.jpg'].width=396; i_Pictures['Presto3-20_650.jpg'].height=600; function toggle_ipopup(pic){ var shadowstyle=document.getElementById('ipopup_shadow').style; var bodystyle=document.getElementById('ipopup_body').style; if(pic){ var img=document.getElementById('ipopup_image'); img.src='/img/loading.gif'; img.style.height='100px'; img.style.width='100px'; i_imgHeight=((i_Pictures[pic].height+150)>document.body.clientHeight?document.body.clientHeight-150:i_Pictures[pic].height); i_imgWidth=Math.round(i_imgHeight*i_Pictures[pic].width/i_Pictures[pic].height); i_TmpPic.src='/pic/parts_gallery/'+pic; img.style.padding=Math.ceil(i_imgHeight/2-50)+'px 0px '+(i_imgHeight-Math.ceil(i_imgHeight/2)-50)+'px 0px'; bodystyle.width=(i_imgWidth+50)+'px'; bodystyle.margin='-'+Math.ceil(i_imgHeight/2+50)+'px 0px 0px -'+Math.ceil(i_imgWidth/2+25)+'px'; shadowstyle.visibility='visible'; bodystyle.visibility='visible'; }else { shadowstyle.visibility='hidden'; bodystyle.visibility='hidden'; } }