// tooltip_alternative_ie6.js

function option_view(cate , text) {
	
	doc = document.getElementById(cate)
	
	doc.innerHTML = "　＞　" + text
	
}

