<!--
function open01(URL){
    window.open(URL,"guide","toolbar=no,scrollbars=yes,location=no,width=540,height=500,top=10,left=100")
}
function open02(URL){
    window.open(URL,"guide","toolbar=no,scrollbars=yes,location=no,width=530,height=700,top=10,left=100")
}

//-->