﻿// JScript 文件
function changeTop(type) {

	$("top_r_2").className = type ;
}
function $(item){
	return document.getElementById(item);
}

