
<!-- 

function jump(){ 
parent.mi.location.href = "mo.html"; 
parent.hi.location.href = "top.html"; 
} 
function jump1(){ 
parent.mi.location.href = "m/mo.html"; 
parent.hi.location.href = "m/top.html"; 
} 
function jump2(){ 
parent.mi.location.href = "bs/mo.html"; 
parent.hi.location.href = "bs/top.html"; 
} 
function jump3(){ 
parent.mi.location.href = "w/mo.html"; 
parent.hi.location.href = "w/top.html"; 
} 

function disp(url){ 

window.open(url, "window_name", "width=450,height=250,scrollbars=yes,resizable=yes"); 

} 

function disp1(url){ 

window.open(url, "window_name", "width=450,height=250,scrollbars=yes,resizable=yes"); 

} 

// --> 

