Cufon.replace('#mainNav li a, h1, .form-container h4, .list-feature h3 span', { hover: true, 'fontFamily' : 'Franklin Gothic Medium'});

Cufon.replace('.left-pi h4, .left-pi p, .left-pi span, .right-pi h4, .testimonials-main blockquote,.testimonials-main p', { hover: true, 'fontFamily' : 'Franklin Gothic Book'});

Cufon.replace('.black-title', { textShadow: '#6e7681 1px 1px 1px', 'fontFamily' : 'FranklinGothic'});


$(document).ready(function(){
	$('#topMenu').children().last().addClass('bg-none');
	
	$('#footer').children('.foot-list-blk').last().addClass('last-flb');
	
		$('.feature-scrol').innerfade({
			speed: 'slow',
				timeout: 4000,
				type: 'sequence',
				containerheight: '220px'
	});
	
	
	
});



$(function() {
		$('ul.tabs-list').tabs('div.panes-tabs > div', {
		  'effect' : 'fade',
          'fadeInSpeed' : 1500,
	      'fadeOutSpeed' : 2000,
	      'rotate': true
		}).slideshow({
          'autoplay' : true,
          'interval' : 4500
		});
});


function focusText(thefield){
 if (thefield.defaultValue==thefield.value){
  thefield.value = "";
 }
}
function blurText(thefield){
 if (thefield.value == ""){
  thefield.value = thefield.defaultValue;
 }
}
