function wopen1(){
win=window.open("images/img01.jpg","new","width=400,height=500");
win.moveTo(100,100);
}
function wopen2(){
win=window.open("images/img02.jpg","new","width=400,height=500");
win.moveTo(100,100);
}