/*$(document).ready(
function() {
$('#menu2').fadeIn("slow");
}
);
*/



if (window.XMLHttpRequest) {
$("document").ready(function(){
      $("#menu1").animate({ 
        width: "70%",
        opacity: 1,
        marginLeft: "0.1in",
        fontSize: "1.3em", 
        borderWidth: "10px"
      }, 1500 );
    });

 $("document").ready(function(){
    $('#menu2').fadeIn("slow");  $("#menu2").animate({ 
        width: "70%",
        opacity: 1,
        marginLeft: "0.1in",
        fontSize: "1.3em", 
        borderWidth: "10px"
      }, 1500 );
    });

 $("document").ready(function(){
      $("#menu3").animate({ 
        width: "70%",
        opacity: 1,
        marginLeft: "0.1in",
        fontSize: "1.3em", 
        borderWidth: "10px"
      }, 1500 );
    });

 $("document").ready(function(){
      $("#menu4").animate({ 
        width: "70%",
        opacity: 1,
        marginLeft: "0.1in",
        fontSize: "1.3em",
        borderWidth: "10px"
      }, 1500 );
    });


} else {
$("document").ready(function(){
      $("#menu1").animate({ 
        width: "200px",
        opacity: 1,
        marginLeft: "0.1in",
        fontSize: "1.3em", 
        borderWidth: "10px"
      }, 1500 );
    });

 $("document").ready(function(){
    $('#menu2').fadeIn("slow");  $("#menu2").animate({ 
        width: "150px",
        opacity: 1,
        marginLeft: "0.1in",
        fontSize: "1.3em", 
        borderWidth: "10px"
      }, 1500 );
    });

 $("document").ready(function(){
      $("#menu3").animate({ 
        width: "150px",
        opacity: 1,
        marginLeft: "0.1in",
        fontSize: "1.3em", 
        borderWidth: "10px"
      }, 1500 );
    });

 $("document").ready(function(){
      $("#menu4").animate({ 
        width: "150px",
        opacity: 1,
        marginLeft: "0.1in",
        fontSize: "1.3em",
        borderWidth: "10px"
      }, 1500 );
    });


}

				   
 
