// JavaScript Document
function tabOn(obj){
	obj.className ="Menu_sel";
}
function tabOff(obj){
	obj.className ="Menu_def";
}


