/**
 * syxmedia
 * @author alejandro@syxmedia.com.ar
 */

var imageHeight   = parseInt(screen.height * .7) - 30;
var galleryHeight = imageHeight; 
var galleryWidth  = parseInt((imageHeight * (4.5 / 3))); // + 12

$(document).ready(function(){

  $('a.openTerms').attr('href', '#TB_inline?width='+galleryWidth+'&amp;height='+galleryHeight+'&amp;inlineId=terminosContainer');

  $('#close-button').click(function() {
    $("#TB_overlay").click();
  });  
  
});
