function $(id)
{
 return document.getElementById(id);
}

function marbsno1over(obj){
   
		obj.style.backgroundImage='url(../images/navimg/fr_nar_bule_btn_img_no1.gif)';
		obj.style.width='102px';
		obj.style.height='25px';
		obj.firstChild.style.textDecoration='none';
		obj.firstChild.style.color='#FFFFFF';
		obj.style.fontWeight='bold';
    
}
function marbsno1out(obj){
	
		obj.style.backgroundImage='url(../images/navimg/fr_nar_white_btn_img_no1.gif)';
		obj.style.width='102px';
		obj.style.height='25px';
		obj.firstChild.style.textDecoration='none';
		obj.firstChild.style.color='#656565';
		obj.style.fontWeight='bold';
}
function marbsno2over(obj){
   
		obj.style.backgroundImage='url(../images/navimg/fr_nar_bule_btn_img_no2.gif)';
		obj.style.width='174px';
		obj.style.height='25px';
		obj.firstChild.style.textDecoration='none';
		obj.firstChild.style.color='#FFFFFF';
		obj.style.fontWeight='bold';
    
}
function marbsno2out(obj){
	
		obj.style.backgroundImage='url(../images/navimg/fr_nar_white_btn_img_no2.gif)';
		obj.style.width='174px';
		obj.style.height='25px';
		obj.firstChild.style.textDecoration='none';
		obj.firstChild.style.color='#656565';
		obj.style.fontWeight='bold';
}
function marbsno3over(obj){
   
		obj.style.backgroundImage='url(../images/navimg/fr_nar_bule_btn_img_no3.gif)';
		obj.style.width='123px';
		obj.style.height='25px';
		obj.firstChild.style.textDecoration='none';
		obj.firstChild.style.color='#FFFFFF';
		obj.style.fontWeight='bold';
    
}
function marbsno3out(obj){
	
		obj.style.backgroundImage='url(../images/navimg/fr_nar_white_btn_img_no3.gif)';
		obj.style.width='123px';
		obj.style.height='25px';
		obj.firstChild.style.textDecoration='none';
		obj.firstChild.style.color='#656565';
		obj.style.fontWeight='bold';
}
//ÏÂÀ­¿ò·­Ò³JS
function onforward(path, value, paramater) {
    window.location = path + "?pageCurrent=" + value + paramater;
}
