');
}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 ShowIface(){
//document.write(get_name());
}
function ShowZone(){
/*if((get_name() == 'opt')||(get_name() == 'opt_ppp')){
document.write('');
}else{
document.write('WAN');
}*/
}
function chgZone(value){
gl.optzone = value;
}
function nextPage(){
gl.ApplyBtn = true;
var mb2 = document.getElementById('ASS').selectedIndex;
if (mb2==0){
location.href = 'ppp_ifwizard3_oe_auto.html';
}else{
location.href = 'ppp_ifwizard3_oe_sta.html';
}
}
function ifName(){
/*if((get_name() =='opt')||(get_name() =='opt_ppp')){
document.write(gl.getLang('_OPT_Interface_Setup', '_ifwizard'));
}else{
document.write(gl.getLang('_WAN_Interface_Setup', '_ifwizard'));
}*/
}
function multi_lingual(wording, filename){
//document.write(gl.getLang(wording, filename));
}
// -->