// JavaScript Document

<!-- 

function disp2(url){ 

window.open(url, "box", "width=160,height=160,scrollbars=no,menubar=no,resizable=no,toolbar=no,directories=,status=no,location=no"); 

} 

function disp061229(url){ 

window.open(url, "box", "width=160,height=200,scrollbars=no,menubar=no,resizable=no,toolbar=no,directories=,status=no,location=no"); 

} 

// --> 
