//window document
function openWindowKN() {
         window.open("./artist/kuge.html","session1","width=500,height=480,scrollbars=yes,resizable");
}
function openWindowTH() {
         window.open("./artist/thomas.html","session2","width=500,height=480,scrollbars=yes,resizable");
}
function openWindowRH() {
         window.open("./artist/ricky.html","session3","width=500,height=480,scrollbars=yes,resizable");
}
function openWindowFC() {
         window.open("./artist/florin.html","session4","width=500,height=480,scrollbars=yes,resizable");
}
function openWindowDO() {
         window.open("./artist/dolce.html","session5","width=500,height=480,scrollbars=yes,resizable");
}
function openWindowFM() {
         window.open("./artist/fujii.html","session6","width=500,height=480,scrollbars=yes,resizable");
}
function openWindowSM() {
         window.open("./artist/smooky.html","session7","width=500,height=480,scrollbars=yes,resizable");
}
function openWindowGK() {
         window.open("./artist/gotou.html","session8","width=500,height=480,scrollbars=yes,resizable");
}
function openWindowTN() {
         window.open("./artist/takao.html","session9","width=500,height=480,scrollbars=yes,resizable");
}
function openWindowSB() {
         window.open("./artist/stephen.html","session10","width=500,height=480,scrollbars=yes,resizable");
}

function closeWindow(){
         window.close();
}
function printWindow(){
         window.print();
}
function historyBack(){
         history.back();
}
