function menuload2Frames(menuURL, contentURL) {
	parent.menu.location.href=menuURL
	parent.main.location.href=contentURL
}
