/*	M2Technology */
$(document).ready(function(){$('a, span, div, p, dt, h3, input, img').tooltip({track:true,delay:0,showURL:false});});$(document).ready(function(){$("table.zebra tr:nth-child(even)").addClass("even");$("table.zebra tr:nth-child(odd)").addClass("odd");$("table.zebra-grey tr:nth-child(even)").addClass("even");$("table.zebra-grey tr:nth-child(odd)").addClass("odd");});$(document).ready(function(){$('.toggled').hide();$('.toggler').click(function(){if($(this).next('.toggled').is(":hidden"))
{$(this).addClass("active");$(this).next('.toggled').slideDown("fast");}else{$(this).removeClass("active");$(this).next('.toggled').slideUp("fast");}});});$(document).ready(function(){$('.topofpage').click(function(){$('html, body').animate({scrollTop:0},'400');return false;});});$(function(){$('a[rel=external]').click(function(){window.open(this.href);return false;});});

