function openImage(id){
if(id==1){var imgSrc = '/typy-vozu/vconcave.gif';}
else if(id==2){var imgSrc = '/typy-vozu/vexpo.gif';}
else if(id==3){var imgSrc = '/typy-vozu/vpublihotesse.gif';}
else if(id==4){var imgSrc = '/typy-vozu/kolo.gif';}
var width = screen.width;
var height = screen.height;
var left = (width-600)/2;
var top = (height-250)/2;
window.open('savedata/files'+imgSrc,'_blank','width=600,height=250,left='+left+',top='+top+',location=no,toolbar=no,menubar=no,statusbar=no,scroolbars=no,resizable=no,copyhistory=no');
}
