// JavaScript untuk 6 kategori utama - Frontpage

	function changeDivImage1()
    {  document.getElementById("areabg").style.backgroundImage = "url(/id/html/Images/frontimage/new88/bg_wedding.jpg)";}

	function changeDivOut1()
    {  document.getElementById("areabg").style.backgroundImage = "url(/id/html/Images/frontimage/new88/bg_default.jpg)";}
	
	function changeDivImage2()
    {  document.getElementById("areabg").style.backgroundImage = "url(/id/html/Images/frontimage/new88/bg_business.jpg)";}
	
	function changeDivOut2()
    {  document.getElementById("areabg").style.backgroundImage = "url(/id/html/Images/frontimage/new88/bg_default.jpg)";}
	
	function changeDivImage3()
    {   document.getElementById("areabg").style.backgroundImage = "url(/id/html/Images/frontimage/new88/bg_health.jpg)";}
	
	function changeDivOut3()
    {  document.getElementById("areabg").style.backgroundImage = "url(/id/html/Images/frontimage/new88/bg_default.jpg)";}	
    
	function changeDivImage4()
    {   document.getElementById("areabg").style.backgroundImage = "url(/id/html/Images/frontimage/new88/bg_automotive.jpg)";}
	
	function changeDivOut4()
    {  document.getElementById("areabg").style.backgroundImage = "url(/id/html/Images/frontimage/new88/bg_default.jpg)";}
	
	function changeDivImage5()
    {   document.getElementById("areabg").style.backgroundImage = "url(/id/html/Images/frontimage/new88/bg_beauty.jpg)";}
	
	function changeDivOut5()
    {  document.getElementById("areabg").style.backgroundImage = "url(/id/html/Images/frontimage/new88/bg_default.jpg)";}
	
	function changeDivImage6()
    {   document.getElementById("areabg").style.backgroundImage = "url(/id/html/Images/frontimage/new88/bg_desain.jpg)";}
	
	function changeDivOut6()
    {  document.getElementById("areabg").style.backgroundImage = "url(/id/html/Images/frontimage/new88/bg_default.jpg)";}
	
