	ImageA = new Image();   
	ImageA.src = "images new/background/HEADER BG.jpg"; 
	ImageB = new Image();  
	ImageB.src = "images new/background/background 4_00000(guru).jpg";

	function changeheader1()
	{
		document.getElementById('headerbackground').style.backgroundImage="url('images new/background/upper band 1(guru).jpg')";
	}
	function changeheader2()
	{
		document.getElementById('headerbackground').style.backgroundImage="url('images new/background/HEADER BG.jpg')";
	}

	function changebackground1()
	{
		document.getElementById('wrapper').style.backgroundImage="url('images new/background/WEB FRAME_02(optimized).jpg')";
	}
	function changebackground2()
	{
		document.getElementById('wrapper').style.backgroundImage="url('images new/background/background 3_00000(guru).jpg')";
	}
	function changebackground3()
	{
		document.getElementById('wrapper').style.backgroundImage="url('images new/background/background 1_00000(guru).jpg')";
	}
	function changebackground4()
	{
		document.getElementById('wrapper').style.backgroundImage="url('images new/background/background 4_00000(guru).jpg')";
	}

	function changecolormainmenuonmouseovertd1()
	{
		document.getElementById('mainmenutd1').style.backgroundColor="red";
	}
	function changecolormainmenuonmouseouttd1()
	{
		document.getElementById('mainmenutd1').style.backgroundColor="purple";
	}
	function changecolormainmenuonmouseovertd2()
	{
		document.getElementById('mainmenutd2').style.backgroundColor="red";
	}
	function changecolormainmenuonmouseouttd2()
	{
		document.getElementById('mainmenutd2').style.backgroundColor="purple";
	}
	function changecolormainmenuonmouseovertd3()
	{
		document.getElementById('mainmenutd3').style.backgroundColor="red";
	}
	function changecolormainmenuonmouseouttd3()
	{
		document.getElementById('mainmenutd3').style.backgroundColor="purple";
	}
	function changecolormainmenuonmouseovertd4()
	{
		document.getElementById('mainmenutd4').style.backgroundColor="red";
	}
	function changecolormainmenuonmouseouttd4()
	{
		document.getElementById('mainmenutd4').style.backgroundColor="purple";
	}
	function changecolormainmenuonmouseovertd5()
	{
		document.getElementById('mainmenutd5').style.backgroundColor="red";
	}
	function changecolormainmenuonmouseouttd5()
	{
		document.getElementById('mainmenutd5').style.backgroundColor="purple";
	}