Cufon.replace('.jroxLeftBoxTitle, .jroxRightBoxTitle, #jroxProductDetailsHeading, .jroxTab h2', { fontFamily: 'Broadway' });
Cufon.replace('.jroxContentTitle h2, #jroxHomePageTitle, .jroxLogo, .jroxProductTitle h2, .jroxSideTitle, .jroxRelatedArticlesBoxTitle', { fontFamily: 'Kabel Bk BT' });

$(document).ready(function(){ 
        $("ul.sf-menu").superfish(); 
		
		var profiles =
		{
			windowCenter:
			{
				height:400,
				width:400,
				center:1,
				scrollbars:1
			}
		};
	
		$(".popupwindow").popupwindow(profiles);
		
		 $(".jroxProductsBoxGrid").hover(function() {
				
                $(this).stop().animate({ backgroundColor: "#31b8da" }, 200);
        },function() {
                 $(this).stop().animate({ backgroundColor: "#E7EADB" }, 400);
        });
    
		fadeoutdiv('#successMessage');
	}); 

function ShowText(id) {
	$("#jroxViewText-"+id+"").toggle(400);
}

function fadeoutdiv(div) {
	setTimeout(function(){ $(div).fadeOut('slow'); }, 2000);
};

function showResponse() {
	 $.scrollTo( '0px', 0 );
}


