// JavaScript Hide All Sub-Navs

function hideAllHome() {
	Effect.Fade('subnav_products', { duration: 0.15 });
	Effect.Fade('subnav_support', { duration: 0.15 });
}

function hideAllWebmail() {
	Effect.Fade('subnav_products', { duration: 0.15 });
	Effect.Fade('subnav_support', { duration: 0.15 });
}

function hideAllProducts() {
	Effect.Fade('subnav_support', { duration: 0.15 });
}

function hideAllFriend() {
	Effect.Fade('subnav_products', { duration: 0.15 });
	Effect.Fade('subnav_support', { duration: 0.15 });
}

function hideAllSupport() {
	Effect.Fade('subnav_products', { duration: 0.15 });
}

function hideAllAbout() {
	Effect.Fade('subnav_products', { duration: 0.15 });
	Effect.Fade('subnav_support', { duration: 0.15 });
}
function hideAllContact() {
	Effect.Fade('subnav_products', { duration: 0.15 });
	Effect.Fade('subnav_support', { duration: 0.15 });
}