function mymenu(a) {
	document.getElementById("mymenu").value=a;
	document.forms[0].submit();
}


/------------------------/

function preload() {
	Rico.Corner.round($("title"));

}