function show_img(width,height,s_url)
{
imgnwin=window.open(s_url,"imgswin","resizable=0,scrollbars=1,toolbar=0,location=0,directoties=0,status=0,menubar=0,width="+width+",height="+height);
}