if(document.images){
demo_off=new Image();demo_off.src="../img/hdr_demo.gif";
demo_on=new Image();demo_on.src="../img/hdr_home.gif";
privately_off=new Image();privately_off.src="../img/hdr_privately.gif";
privately_on=new Image();privately_on.src="../img/hdr_home.gif";
}


function msover(name)
{	if (document.images)
	{	document.images[name].src = eval (name + "_on.src");
	}
}

function msout(name)
{	if (document.images)
	{	document.images[name].src = eval (name + "_off.src");
	}
}