// JavaScript Document
<!--
function openWindow(path){
newWindow = window.open(path, "screen", "width=430,height=330,scrollbars=0");
newWindow.focus();
}
function openWindowp01(path){
newWindow = window.open(path, "sound", "width=430,height=384,scrollbars=0");
newWindow.focus();
}
function openWindowevery(path){
newWindow = window.open(path, "everyday", "width=430,height=340,scrollbars=0");
newWindow.focus();
}

// -->

