$(document).ready(function(){
	$("dd").hide();
	$("dt a").click(function(){
	$("dd:visible").slideUp("slow");
	$(this).parent().next().slideDown("slow");
	return false;
	});
});
function page2(){
    $("#modelsfem").html('<img src="../img/loading.gif" alt="loading" style="padding:10px 0 10px 48%"/>');
    $.ajax({
        type: "POST",
        url: "feminino2.php",
        success: function(msg){
            $("#modelsfem").html(msg);
        }
    });
}
function page1(){
    $("#modelsfem").html('<img src="../img/loading.gif" alt="loading" style="padding:10px 0 10px 48%"/>');
    $.ajax({
        type: "POST",
        url: "feminino1.php",
        success: function(msg){
            $("#modelsfem").html(msg);
        }
    });
}
function page3(){
    $("#modelsfem").html('<img src="../img/loading.gif" alt="loading" style="padding:10px 0 10px 48%"/>');
    $.ajax({
        type: "POST",
        url: "feminino3.php",
        success: function(msg){
            $("#modelsfem").html(msg);
        }
    });
}
function page4(){
    $("#modelsfem").html('<img src="../img/loading.gif" alt="loading" style="padding:10px 0 10px 48%"/>');
    $.ajax({
        type: "POST",
        url: "feminino4.php",
        success: function(msg){
            $("#modelsfem").html(msg);
        }
    });
}
function page5(){
    $("#modelsfem").html('<img src="../img/loading.gif" alt="loading" style="padding:10px 0 10px 48%"/>');
    $.ajax({
        type: "POST",
        url: "feminino5.php",
        success: function(msg){
            $("#modelsfem").html(msg);
        }
    });
}

function pagem2(){
    $("#modelsmas").html('<img src="../img/loading.gif" alt="loading" style="padding:10px 0 10px 48%"/>');
    $.ajax({
        type: "POST",
        url: "masculino2.php",
        success: function(msg){
            $("#modelsmas").html(msg);
        }
    });
}
function pagem1(){
    $("#modelsmas").html('<img src="../img/loading.gif" alt="loading" style="padding:10px 0 10px 48%"/>');
    $.ajax({
        type: "POST",
        url: "masculino1.php",
        success: function(msg){
            $("#modelsmas").html(msg);
        }
    });
}
