function fotoSelect(field,width,height){
  winstyle = "width=320, height=200, screenX=300, screenY=300, resizable=no";
  window.open('/mailings/back/jscripts/uploader/default.asp?field=' + field + '&width=' + width + '&height=' + height,null,winstyle);
}


