
/* 個人情報について　ポップアップ */
function privacy(url){ 

window.open(url, "win01", "width=600,height=600,scrollbars=yes"); 

}
/* ウォーターサーバについて　ポップアップ */
function server(url){ 

window.open(url, "win02", "width=600,height=600,scrollbars=yes"); 

}

/* 商品について　ポップアップ */
function present(url){ 

window.open(url, "win03", "width=600,height=600,scrollbars=yes"); 

}

