// These JavaScripts were created by AarhusPiper, Inc. for use by its clients and are protected by international copyright laws.
// Any use of these scripts is sctrictly prohibited.
// (c) 1999 to 2004 by AarhusPiper, Inc. All rights reserved.
//

//  htdocs/allmaen/stilar/MouseOverInputBoxes.js
//  

//
//  Created  2003.07.19
//  Updated  2004.05.24
//

	// background colours for input boxes
	var bgdefault="#FFFFEE";
	var bgonfocus="#FFFFBB";

	function setBackGroundColor(comp, color) {
		comp.style.backgroundColor=color;
	};


