$(document).ready( tags_init);

function tags_init()
{
$('#front1').DropInDown(570, function(){ $('#front2').DropInDown(570, function(){ $('#front3').DropInDown(570, function(){ $('#front4').DropInDown(570, function(){ $('#front5').DropInDown(570, function(){ $('#front6').DropInDown(570, null, 'easeout' ) }, 'easeout') }, 'easeout') }, 'easeout') }, 'easeout') }, 'easeout');

}
