
<!--


function aopen(img,w,h){

w=w+10;h=h+10;
xxx="window.open('../images/"+img+".jpg','"+img+"','scrollbars=0,location=0, width="+w+",height="+h+"');"
eval(xxx);
}
// -->

