$(".forward").toggle
(function(){
$("#page_titles").hide("slow");
$(".portbox1, .portbox2, .portbox3, .portbox4").animate({
height: "98px",
opacity: 1,
marginTop: "109px",
border: "1px solid #666",
}, 200 );
$(".portbox1").animate({
left: "0px",
}, 200 );
$(".portbox3").animate({
left: "224px",
}, 400 );
$(".portbox4").animate({
left: "336px",
}, 600 );
$("#page_titles").animate({
marginTop: "220px",
}, 600 );
$("#page_titles").show("fast");
$(".portbox5, .portbox6, .portbox7, .portbox8").animate({
height: "98px",
opacity: 1,
marginTop: "219px",
border: "1px solid #666",
}, 400 );
$(".portbox5").animate({
left: "0px",
}, 200 );
$(".portbox7").animate({
left: "224px",
}, 400 );
$(".portbox8").animate({
left: "336px",
}, 600 );
},function(){
$("#page_titles").hide("fast");
$(".portbox5, .portbox6, .portbox7, .portbox8").animate({
left: "112px",
}, 100 );
$(".portbox5, .portbox6, .portbox7, .portbox8").animate({
height: "0px",
opacity: 0,
marginTop: "0px",
border: "1px solid #666",
}, 200 );
$(".portbox1, .portbox2, .portbox3, .portbox4").animate({
left: "112px",
}, 200 );
$(".portbox1, .portbox2, .portbox3, .portbox4").animate({
height: "0px",
opacity: 0,
marginTop: "0px",
border: "1px solid #666",
}, 200 );
$("#page_titles").animate({
marginTop: "0px",
}, 400 );
$("#page_titles").show("fast");
});
$(".reverse").click
(function(){
$("#page_titles").hide("fast");
$(".portbox5, .portbox6, .portbox7, .portbox8").animate({
left: "112px",
}, 100 );
$(".portbox5, .portbox6, .portbox7, .portbox8").animate({
height: "0px",
opacity: 0,
marginTop: "0px",
border: "1px solid #666",
}, 200 );
$(".portbox1, .portbox2, .portbox3, .portbox4").animate({
left: "112px",
}, 200 );
$(".portbox1, .portbox2, .portbox3, .portbox4").animate({
height: "0px",
opacity: 0,
marginTop: "0px",
border: "1px solid #666",
}, 200 );
$("#page_titles").animate({
marginTop: "0px",
}, 400 );
$("#page_titles").show("fast");
});