Cufon.replace('.jroxLeftBoxTitle, .jroxRightBoxTitle', { fontFamily: 'ITC Avant Garde Gothic' });
Cufon.replace('.jroxMenuTopLinks a, .jroxMenuRightLinks a, .jroxMenuBottomLinks a', { fontFamily: 'ITC Avant Garde Gothic', hover: true });
Cufon.replace('.jroxContentTitle h2, .jroxLogo, .jroxSiteTagLine, .jroxSideTitle h2', { fontFamily: 'Kabel Bk BT' });
Cufon.replace('#jroxHomePageTitle h1', { fontFamily: 'ITC Avant Garde Gothic', color: '-linear-gradient(#555, #000)', textShadow: '2px 2px #CCC', });
Cufon.replace('.tag', { fontFamily: 'ITC Avant Garde Gothic', color: '-linear-gradient(#555, #000)', textShadow: '1.5px 1.5px #fff', });
Cufon.replace('.tagsmall', { fontFamily: 'Kabel Bk BT', textShadow: '1px 1px #FFF', });
Cufon.replace('.title', { fontFamily: 'Kabel Bk BT', color: '-linear-gradient(#dedede, #FFF)', textShadow: '1px 1px #083b62', });
Cufon.replace('.demo', { fontFamily: 'ITC Avant Garde Gothic', color: '-linear-gradient(#dedede, #fff)', textShadow: '1.5px 1.5px #083b62', });
Cufon.replace('.start', { fontFamily: 'ITC Avant Garde Gothic', color: '-linear-gradient(#dedede, #fff)', textShadow: '1.5px 1.5px #33500d', });
Cufon.replace('.steps', { fontFamily: 'ITC Avant Garde Gothic', color: '-linear-gradient(#555, #000)', textShadow: '2px 2px #CCC', });



$(document).ready(function(){ 
        $("ul.sf-menu").superfish(); 
		
		var profiles =
		{
			windowCenter:
			{
				height:400,
				width:400,
				center:1,
				scrollbars:1
			}
		};
	
		$(".popupwindow").popupwindow(profiles);
    
		fadeoutdiv('#successMessage');
	}); 

function ShowText(id) {
	$("#jroxViewText-"+id+"").toggle(400);
}

function fadeoutdiv(div) {
	setTimeout(function(){ $(div).fadeOut('slow'); }, 2000);
};

function showResponse() {
	 $.scrollTo( '0px', 0 );
}


