$(document).ready(function(){
	  
	if($('.rtsLevel1 .rtsUL .rtsLI a').hasClass('rtsSelected'))
	{
		$('.rtsLevel1 .rtsUL .rtsLI a.rtsSelected').parent().css('background', 'url(/App_Themes/ProProducts/Images/ProNav_TAB.gif) 0px -104px repeat-x');
	}
	
	$("sup").each(function () {
        $(this).replaceWith("<span class='supReplace'>" + $(this).text() + "</span>");
    });
    
//    $("a.Iframe").fancybox({
//	    'hideOnContentClick': false,
//	    'zoomSpeedIn': 300, 
//		'zoomSpeedOut': 300,
//		'frameHeight' : 220,
//	    'frameWidth' : 220,
//		'callbackOnShow': function() { 
//	         $("#fancy_outer").css('width','220px');
//             $("#fancy_outer").css('height','220px');
//	        }
//    });

});
