function preloadSilentNav()
{
	ImagePreload('_EVENING', 'graphics/evening.gif', 'graphics/evening_wht.gif');
	ImagePreload('_HG', 'graphics/hg.gif', 'graphics/hg_wht.gif');
	ImagePreload('_HR', 'graphics/hr.gif', 'graphics/hr_wht.gif');
	ImagePreload('_KK', 'graphics/kk.gif', 'graphics/kk_wht.gif');
	ImagePreload('_PAMPER', 'graphics/pamper.gif', 'graphics/pamper_wht.gif');
	ImagePreload('_SL', 'graphics/sl.gif', 'graphics/sl_wht.gif');
	ImagePreload('_SS', 'graphics/ss.gif', 'graphics/ss_wht.gif');
	ImagePreload('_ALMOST', 'graphics/almost.gif', 'graphics/almost_wht.gif');
}

function evening(type){
	if (type ==1){
		ImageSwap('_EVENING','graphics/evening.gif');
	}
	else {
		ImageSwap('_EVENING','graphics/evening_wht.gif');
	}
}

function hg(type){
	if (type ==1){
		ImageSwap('_HG','graphics/hg.gif');
	}
	else {
		ImageSwap('_HG','graphics/hg_wht.gif');
	}
}

function hr(type){
	if (type ==1){
		ImageSwap('_HR','graphics/hr.gif');
	}
	else {
		ImageSwap('_HR','graphics/hr_wht.gif');
	}
}

function kk(type){
	if (type ==1){
		ImageSwap('_KK','graphics/kk.gif');
	}
	else {
		ImageSwap('_KK','graphics/kk_wht.gif');
	}
}

function pamper(type){
	if (type ==1){
		ImageSwap('_PAMPER','graphics/pamper.gif');
	}
	else {
		ImageSwap('_PAMPER','graphics/pamper_wht.gif');
	}
}

function sl(type){
	if (type ==1){
		ImageSwap('_SL','graphics/sl.gif');
	}
	else {
		ImageSwap('_SL','graphics/sl_wht.gif');
	}
}

function ss(type){
	if (type ==1){
		ImageSwap('_SS','graphics/ss.gif');
	}
	else {
		ImageSwap('_SS','graphics/ss_wht.gif');
	}
}
function almost(type){
	if (type ==1){
		ImageSwap('_ALMOST','graphics/almost.gif');
	}
	else {
		ImageSwap('_ALMOST','graphics/almost_wht.gif');
	}
}
preloadSilentNav();