$(document).ready(function(){
        $("#tdProductServices").hover(function(){
            $("#divProductServices").show();
        },function(){
            $("#divProductServices").hide();        
        }); 
        
        $("#divProductServices").hover(function(){
            $("#divProductServices").show();
        },function(){
            $("#divProductServices").hide();        
        });       
        
        $("#tdInsightAnalysis").hover(function(){
            $("#divInsightAnalysis").show();
        },function(){
            $("#divInsightAnalysis").hide();        
        });
        
        $("#divInsightAnalysis").hover(function(){
            $("#divInsightAnalysis").show();
        },function(){
            $("#divInsightAnalysis").hide();        
        });
        
        
        $("#tdMethodologyReferences").hover(function(){
            $("#divMethodologyReferences").show();
        },function(){
            $("#divMethodologyReferences").hide();        
        });
        
        $("#divMethodologyReferences").hover(function(){
            $("#divMethodologyReferences").show();
        },function(){
            $("#divMethodologyReferences").hide();        
        });
        
        $("#tdSubscriberServices").hover(function(){
            $("#divSubscriberServices").show();
        },function(){
            $("#divSubscriberServices").hide();        
        });
        
        $("#divSubscriberServices").hover(function(){
            $("#divSubscriberServices").show();
        },function(){
            $("#divSubscriberServices").hide();        
        });
        
        $("#tdAboutsPlatts").hover(function(){
            $("#divAboutsPlatts").show();
        },function(){
            $("#divAboutsPlatts").hide();        
        });      
            $("#divAboutsPlatts").hover(function(){
            $("#divAboutsPlatts").show();
        },function(){
            $("#divAboutsPlatts").hide();        
        });      
        
    });
function NavigateToPlatts()
        {
        window.location="http://www.platts.com";
        }
