function imgWindow(url) {
 window.open(url,'img','width=300,height=300,scrollbars,resizable');
}

