var mnuCur=parent.mnuCur;

function chIndex(l){
 if (mnuCur==''){
 	top.location = '/index_' + l + '.html';
 }else{
 	top.location = '/index/index_' + mnuCur + '_' + l + '.html';
 }
 return false;
}
