// JavaScript Document
function selImg(adr){
  window.open(adr,'window_pos','top=20px,left=20px,width=450px,height=350px,resizable=yes,status=no,toolbar=no,menubar=no,scrollbars=yes');
	return false;
}

