jQuery.noConflict();
(function($, window, document, undefined){

$(document).ready(function(){

	$('.external').click(function(){
		window.open($(this).attr('href'));
		return false;
	});

$('.home #boxes .box1').mouseover(function() {
						$('.homerollover1').fadeIn(300);	
			});
	 
$('.homerollover1').mouseout(function() {		 
						$(this).fadeOut(300);					 
			});

$('.home #boxes .box2').mouseover(function() {		 
						$('.homerollover2').fadeIn(300);
						
			});
	 
$('.homerollover2').mouseout(function() {		 
						$(this).fadeOut(300);	
			});


$('.home #boxes .box3').mouseover(function() {			 
						$('.homerollover3').fadeIn(300);					 
			});
	 
$('.homerollover3').mouseout(function() {			 
						$(this).fadeOut(300);	
					 
			});

$('#dropbar.dropfeatures a').click(function() {	 
				$(this).toggleClass('active');
				$('#featuresdiv').slideToggle(200);
				return false;							 
			});	

$('#dropbar2.dropspecs a').click(function() {
				$(this).toggleClass('active');
				$('#specsdiv').slideToggle(200);
				return false;							 
			});

$('#dropbar3.dropspecs a').click(function() {
				$(this).toggleClass('active');
				$('#trashmasterdiv').slideToggle(200);
				return false;							 
			});



	if (Cufon)
	{
		Cufon.replace('h2', { fontFamily: 'CenturyGothicBold' });

	}


if ($.browser.msie) {
		try {document.execCommand("BackgroundImageCache", false, true);} catch(err){};
		if (typeof(DD_belatedPNG) != 'undefined')
		{
DD_belatedPNG.fix('img, .home #bottomcallouts .left, .home #bottomcallouts .right, #subnav ul li, #side1 .bluebox, #side1 .bluebox-b, #insidebanner .caption-green, #subnav ul ul li a:link, #subnav ul ul li a:visited, .nivo-prevNav, .nivo-nextNav');
		}
	}

});



})(jQuery, window, document);

