/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery('body.tpl-acc-contenido .tpl-nav.primary > li > a').click(function(e){var ull = jQuery(this).next('ul');if(ull.length){e.preventDefault();ull.toggle();}});
	//jQuery(".tpl-body > div.tpl-col1.contenido").scrollbars();
	//thumbnails
	jQuery('.cycle-nav a ').click(function(e){e.preventDefault();var i = parseInt(jQuery(this).text())-1;jQuery('.cycle-photo').cycle(i);});	if(typeof(jQuery('form#contactos')) == 'object'){	jQuery('form#contactos').validate();	}
	jQuery('a.blank300').click(function(event){event.preventDefault();var a = jQuery(event.target);window.open (a.attr('href'),a.attr('title'),"menubar=1,resizable=1,width=200,height=300");});
	if(typeof(jQuery('#contacto'))!== 'undefined'){jQuery('#contacto').validate();}
});
