﻿function openNewWindow(url, width, height){
FLS=window.open('view_image.php?img='+url, 'view_image', "width="+width+", height="+height+", scrollbars=no, resizable=yes,left=50,top=50"); 
FLS.focus();
return false;
}