');
}else if((dptr.name == 'wan1_ppp')||(dptr.name == 'wan2_ppp')||(dptr.name == 'opt_ppp')){
document.write('');
}
document.write('
');
document.write('
 | ');
document.write('');
document.write(' ');
document.write(' | ');
document.write(' | ');
document.write('');
document.write('');
}
function ifName(){
if((dptr.name == 'opt')||(dptr.name == 'opt_ppp')){
document.write(gl.getLang('_OPT_Interface_Setup', '_ifwizard'));
}else{
document.write(gl.getLang('_WAN_Interface_Setup', '_ifwizard'));
}
}
function backWhere(){
//if((dptr.name == 'opt')||(dptr.name == 'opt_ppp')){
// top.main.location = 'm_optwizard1.html';
//}else{
// if(gl.which == 'ether'){//from ethernet
// top.main.location = 'm_interface.html';
// }else{
top.main.location = 'm_pppoe.html';
// }
//}
}
function multi_lingual(wording, filename){
//document.write(gl.getLang(wording, filename));
}
// -->