$(function(){

  $.mask.masks.string = {mask:'@', type:'repeat'}
  $.mask.masks.numeric = {mask:'9', type:'repeat'}
  $.mask.masks.data    = {mask: '39/19/2999'}
  $.mask.masks.ddd     = {mask: '99'}
  $.mask.masks.fone    = {mask: '(99) 9999-9999'}
  $.mask.masks.cep     = {mask: '99999-999'}
  $.mask.masks.cpf     = {mask: '999.999.999-99'}
  $.mask.masks.money   = {mask : '99,999.999.999.999', type : 'reverse', defaultValue : '+000'}

  $('input:text').setMask();

});
/*
hs.graphicsDir = 'highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.75;
// define the restraining box
hs.useBox = true;
hs.width = 800;
hs.height = 600;
// Add the controlbar
hs.addSlideshow({
  //slideshowGroup: 'group1',
  interval: 5000,
  repeat: false,
  useControls: true,
  fixedControls: 'fit',
  overlayOptions: {
    opacity: 1,
    position: 'bottom center',
    hideOnMouseOut: true
  }
});*/


