
function openwindow01() {
    window.open('../docomo.php','docomo','scrollbars=yes,width=370,height=400');
}
function openwindow02() {
    window.open('../au.php','au','scrollbars=yes,width=370,height=400');
}
function openwindow03() {
    window.open('../vodafone.php','vodafone','scrollbars=yes,width=370,height=400');
}

