function init() {
	roundCorners();
}
window.onload = init;

function roundCorners() {
	new Rico.Effect.Round(null,"header", {bgColor:"#ffffff"});
	new Rico.Effect.Round(null,"menu", {bgColor:"#ffffff"});
	new Rico.Effect.Round(null,"box_red", {bgColor:"#ffffff"});
	new Rico.Effect.Round(null,"box_gray", {bgColor:"#9E4B39"});
	new Rico.Effect.Round(null,"submeny_button", {bgColor:"#ffffff"});
	new Rico.Effect.Round(null,"submeny_button_ac", {bgColor:"#ffffff"});
}