function big(w,h,s)
{
  win=window.open(null,null,'top=50,left=50,width='+w+',height='+h+',status=no,toolbar=no,menubar=no,location=no,resizable=no');
  win.document.write("<html><head><title></title></head><body style='margin:0;padding:0'><img width='"+w+"' height='"+h+"' src='"+s+"' /></body></html>");
}


