<!--
//var ilink_img = 'http://www.prodigyweb.net.mx/cazucito/ilink/img/';
var ilink_img = 'http://www.cazucito.com/interlink/mm/static/';
/* measures */
function measures(_width, _heigth, _dpi) {this.width=_width; this.heigth=_heigth; this.dpi=_dpi;}
function imgCc(_desc, _img) { this.desc=_desc; this.img=_img; }
var byI= new imgCc('Reconocimiento / Must give attribution', ilink_img+'symbols/by.gif');
var ncI= new imgCc('No comercial / Can not use commercially', ilink_img+'symbols/nc.gif');
var ndI= new imgCc('No derivaciones / Can not make derivatives', ilink_img+'symbols/nd.gif');
var pdI= new imgCc('Dominio público / Work is in the public domain', ilink_img+'symbols/pd.gif');
var saI= new imgCc('Con igual licencia / Must sharealike (use same license)', ilink_img+'symbols/sa.gif');
var sI= new imgCc('Fragmento / Sampling license', ilink_img+'symbols/sampling.gif');
var spI= new imgCc('Fragmento más licencia / Sampling plus license', ilink_img+'symbols/samplingp.gif');
var crI= new imgCc('Derechos reservados / CopyRight', ilink_img+'symbols/cr.gif');
function license(_imgs, _url) { this.imgs=_imgs; this.url=_url; }
var by_nc_nd = new license(new Array(byI, ncI, ndI), "http://creativecommons.org/licenses/by-nc-nd/2.5/deed.es");
var by_nc_sa = new license(new Array(byI, ncI, saI), "http://creativecommons.org/licenses/by-nc-sa/2.5/deed.es");
var by_nc = new license(new Array(byI, ncI), "http://creativecommons.org/licenses/by-nc/2.5/deed.es");
var by_nd = new license(new Array(byI, ndI), "http://creativecommons.org/licenses/by-nd/2.5/deed.es");
var by_sa = new license(new Array(byI, saI), "http://creativecommons.org/licenses/by-sa/2.5/deed.es");
var by = new license(new Array(byI), "http://creativecommons.org/licenses/by/2.5/deed.es");
/* places */
function place(_country, _country_xx, _state, _city, _street, _zip, _flag) {this.country=_country; this.country_xx=_country_xx;  this.state=_state; this.city=_city;  this.street=_street;  this.zip=_zip; this.flag=_flag;}
var df = new place('México', 'MX', 'Distrito Federal', 'Ciudad de México', '', '', ilink_img+'flags/mx_s.jpg');
var gto = new place('México', 'MX', 'Guanajuato', 'Guanajuato', '', '', ilink_img+'flags/mx_s.jpg');
var athens = new place('Grecia', 'GR', 'Atenas', 'Atenas', '', '', ilink_img+'flags/gr_s.jpg');
var london = new place('Reino Unido', 'UK', 'Londres', 'Londres', '', '', ilink_img+'flags/uk_s.jpg');
/* User */
function user(_name, _nick, _email, _website, _avatar, _place) { this.name=_name;  this.nick=_nick;  this.email=_email; this.website=_website; this.avatar=_avatar; this.place=_place;}
// users
var cazucito = new user('Pedro Cabrera-Zúñiga', 'cazucito', 'pedro.cz@cazucito.com', 'http://www.cazucito.com', ilink_img + 'id/avatar2k5.jpg', df);
var beemagic = new user('Alejandra Velázquez Jácome', 'beemagic', 'beemagic@gmail.com', ' ', ilink_img + 'id/beemagic_id.jpg', df);
/* site info */
function siteInfo(_codename, _name, _url, _full_url, _desc, _status, _user) { this.codename=_codename; this.name=_name;  this.url=_url; this.full_url=_full_url; this.desc=_desc;  this.status=_status; this.user=_user; }
/* photo info */
function photoInfo(_filename, _name, _tag, _urlimg, _desc, _size, _dimentions, _date, _where, _user, _license) { this.filename=_filename; this.name=_name;  this.urlimg=_urlimg; this.tag=_tag; this.desc=_desc;  this.size=_size; this.dimentions=_dimentions; this.date=_date; this.where=_where; this.user=_user; this.license=_license;}


//-->