if (document.images)
	{
		var off1 = new Image();
		off1.src = "images/butoff1.gif";

		var on1 = new Image();
		on1.src = "images/buton1.gif";

	}

if (document.images)
	{
		var off2 = new Image();
		off2.src = "images/butoff2.gif";

		var on2 = new Image();
		on2.src = "images/buton2.gif";

	}

if (document.images)
	{
		var off3 = new Image();
		off3.src = "images/butoff3.gif";

		var on3 = new Image();
		on3.src = "images/buton3.gif";

	}

if (document.images)
	{
		var off4 = new Image();
		off4.src = "images/butoff4.gif";

		var on4 = new Image();
		on4.src = "images/buton4.gif";

	}

if (document.images)
	{
		var off5 = new Image();
		off5.src = "images/butoff5.gif";

		var on5 = new Image();
		on5.src = "images/buton5.gif";

	}

if (document.images)
	{
		var off6 = new Image();
		off6.src = "images/butoff6.gif";

		var on6 = new Image();
		on6.src = "images/buton6.gif";

	}

function buton1()
{
if (document.images){
        document.images.button1.src = on1.src;

}
window.status = 'Home' ;
}

	function butoff1()
	{
	if (document.images)
	document.images.button1.src = off1.src;
	window.status = ' ' ;
	}

function buton2()
{
if (document.images){
        document.images.button2.src = on2.src;

}
window.status = 'Mortgage Helper' ;
}

	function butoff2()
	{
	if (document.images)
	document.images.button2.src = off2.src;
	window.status = ' ' ;
	}

function buton3()
{
if (document.images){
        document.images.button3.src = on3.src;

}
window.status = 'Customer Testimonials' ;
}

	function butoff3()
	{
	if (document.images)
	document.images.button3.src = off3.src;
	window.status = ' ' ;
	}

function buton4()
{
if (document.images){
        document.images.button4.src = on4.src;

}
window.status = 'Downloads' ;
}

	function butoff4()
	{
	if (document.images)
	document.images.button4.src = off4.src;
	window.status = ' ' ;
	}

function buton5()
{
if (document.images){
        document.images.button5.src = on5.src;

}
window.status = 'Case Tracking' ;
}

	function butoff5()
	{
	if (document.images)
	document.images.button5.src = off5.src;
	window.status = ' ' ;
	}

function buton6()
{
if (document.images){
        document.images.button6.src = on6.src;

}
window.status = 'Enquiry' ;
}

	function butoff6()
	{
	if (document.images)
	document.images.button6.src = off6.src;
	window.status = ' ' ;
	}

