function slide_outWhoTM2()
{
jQuery("#whoTM2").slideDown("fast");/*.delay(4000);*/
jQuery("#whoTM2").show();
jQuery("#whoTM1").hide();
}

function slide_inWhoTM2()
{
jQuery("#whoTM2").slideUp("fast");/*.delay(4000);*/
/*jQuery("#whoTM2").hide();*/
jQuery("#whoTM1").delay(200).show(10);
}

function hideWhoTM()
{
jQuery("#whoTM2").hide();
jQuery("#whoTM1").show();
}

function hide10Manuf()
{
jQuery("#10manufacturers").hide();
}

function show10Manuf()
{	
jQuery("#media_reviews,#testimonials").hide();
jQuery("#10manufacturers").show();
}
