<!--
function window_open_top(){
var ret_add
ret_add=window.open('/coupon/index.html','window_open_top','resizable=yes,scrollbars=yes,width=585,height=780')
 if(!(ret_add.closed))
       { ret_add.focus()}
}

function window_open_top02(){
var ret_add
ret_add=window.open('/inquiry.html','window_open_top02','resizable=yes,scrollbars=yes,toolbar=yes,width=640,height=500')
 if(!(ret_add.closed))
       { ret_add.focus()}
}
-->