// JavaScript Document
// JavaScript Document

//taste01
function open1() {   
window.open("pop01.html", "window01", "width=800,height=630,scrollbars=yes,resizable=yes");   
}   

function open2() {   
window.open("pop02.html", "window01", "width=800,height=630,scrollbars=yes,resizable=yes");   
}   

function open3() {   
window.open("pop03.html", "window01", "width=800,height=630,scrollbars=yes,resizable=yes");   
}   

function open4() {   
window.open("pop04.html", "window01", "width=800,height=630,scrollbars=yes,resizable=yes");   
}   

function open5() {   
window.open("pop05.html", "window01", "width=800,height=630,scrollbars=yes,resizable=yes");   
}   

function open6() {   
window.open("pop06.html", "window01", "width=800,height=630,scrollbars=yes,resizable=yes");   
}   


