function HM_f_DoNothing() {return;}
if(typeof(HM_f_UpdateDefaults)=="undefined") {
	HM_f_UpdateDefaults=HM_f_DoNothing;
	HM_f_SetMenuTemplate=HM_f_DoNothing;
	HM_f_SetMenus=HM_f_DoNothing;
	HM_f_SetItems=HM_f_DoNothing;
	HM_NS4=HM_IE4=false;
}

HM_f_SetMenuTemplate({
	SeparatorColor:"black",
	FontWeight:"bold",
	FontColor:"#000000",
	FontColorOver:"white",
	FontColorSelected:"#FFFF66",
	BGColor:"#FFC700",
	BGColorOver:"#C90025",
	BGColorSelected:"#663300",
	ItemPadding:2,
	FontFamily:"Verdana, Helvetica, sans-serif",
	FontSize:"11px",
	MilliSecondsVisible:500,
	SeparatorSize:1
});


HM_f_SetMenus(
	{MenuID:"core_business"},
	{MenuID:"motoring"},
	{MenuID:"news"},
	{MenuID:"forum"},
	{MenuID:"galeri_kemudahan_latihan"},
	{MenuID:"kawasan_MDHS"},
	{MenuID:"warta_MDHS"},
	{MenuID:"rangkaian_PBT"},
	{MenuID:"akhbar"},
	{MenuID:"aktiviti_menu"},
	{MenuID:"new"},
	{MenuID:"hm_m_main2",ClickStart:1},
	{MenuID:"hm_m_bulletins1"},
	{MenuID:"hm_m_docs1"},
	{MenuID:"hm_m_docs2",ClickStart:1},
	{MenuID:"hm_m_samples1"},
	{MenuID:"hm_m_samples2",ClickStart:1,
		TopKeepInWindowX:0,TopKeepInWindowY:0,
		TopMenuX:"HM_f_GetElementXY('hm_l_samples2','x')+20",
		TopMenuY:"HM_f_GetElementXY('hm_l_samples2','y')+4"}
);

HM_f_SetMenus({
   MenuID:"core_business",
   IsPermanent:false,
   TopMenuX:"HM_f_GetElementXY('core_business','x')",
   TopMenuY:"HM_f_GetElementXY('core_business','y')+67",
   ChildOffset:10,
   ChildOverlap:20
});

HM_f_SetMenus({
   MenuID:"motoring",
   IsPermanent:false,
   TopMenuX:"HM_f_GetElementXY('motoring','x')",
   TopMenuY:"HM_f_GetElementXY('motoring','y')+32",
   ChildOffset:10,
   ChildOverlap:20
});

HM_f_SetMenus({
   MenuID:"news",
   IsPermanent:false,
   TopMenuX:"HM_f_GetElementXY('news','x')",
   TopMenuY:"HM_f_GetElementXY('news','y')+32",
   ChildOffset:10,
   ChildOverlap:20
});

HM_f_SetMenus({
   MenuID:"forum",
   IsPermanent:false,
   TopMenuX:"HM_f_GetElementXY('forum','x')",
   TopMenuY:"HM_f_GetElementXY('forum','y')+32",
   ChildOffset:10,
   ChildOverlap:20
});

HM_f_SetItems(
	{MenuID:"core_business",DisplayText:"Oil And Gas",LinkURL:"oil.php"}, 
	{MenuID:"core_business",DisplayText:"Advertising",LinkURL:"advertising.php"}
);

HM_f_SetItems(
	{MenuID:"motoring",DisplayText:"Performance",LinkURL:""}, 
	{MenuID:"motoring",DisplayText:"Finance Guide",LinkURL:"Front/FinancialGuide.php"}, 
	{MenuID:"motoring",DisplayText:"Safety Guide",LinkURL:"Front/SafetyGuide.php"}, 
	{MenuID:"motoring",DisplayText:"Buying & Selling Guide",LinkURL:"Front/BuyingGuide.php"},
	{MenuID:"motoring",DisplayText:"New Car Price",LinkURL:""}
);

HM_f_SetItems(
	{MenuID:"news",DisplayText:"News Archives",LinkURL:"front/RecentNewsTab.php"}, 
	{MenuID:"news",DisplayText:"Test Drives",LinkURL:"front/TestDriveTab.php"}, 
	{MenuID:"news",DisplayText:"Dealers",LinkURL:"front/DealerTab.php"}
);

HM_f_SetItems(
	{MenuID:"forum",DisplayText:"Log In Forum",LinkURL:""}
);

HM_f_SetItems(
	{MenuID:"galeri_kemudahan_latihan",DisplayText:"Oil Spill",LinkURL:"oil_spill.php"}, 
	{MenuID:"galeri_kemudahan_latihan",DisplayText:"OIFF",LinkURL:"oiff.php"},
	{MenuID:"galeri_kemudahan_latihan",DisplayText:"Confined Space",LinkURL:"confined_space.php"}, 
	{MenuID:"galeri_kemudahan_latihan",DisplayText:"Latihan Alat Pemadam Api",LinkURL:"pemadam-api.php"},
	{MenuID:"galeri_kemudahan_latihan",DisplayText:"Katihan Kawad Tangga",LinkURL:"kawad_tangga.php"}, 
	{MenuID:"galeri_kemudahan_latihan",DisplayText:"Latihan Kawad Usung",LinkURL:"kawad_susng.php"},
	{MenuID:"galeri_kemudahan_latihan",DisplayText:"Latihan Kursus B.A",LinkURL:"kursus_ba.php"},
	{MenuID:"galeri_kemudahan_latihan",DisplayText:"Katihan Kursus Hazmat",LinkURL:"hazmat.php"}, 
	{MenuID:"galeri_kemudahan_latihan",DisplayText:"Kursus Latihan RTA",LinkURL:"rta.php"}
);