window.focus();

imgsrc = "";
function img(nr){
imgsrc = 'img'+nr+'.jpg';
window.open('img.html','img','top=100,left=100,height=240,width=320');
}
