<!-- 生魚 -->
function WinOpen1(){
window.open('./data/13202/01.html','window2','resizable=1,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=400,height=300');
}
<!-- カニ -->
function WinOpen2(){
window.open('./data/13202/02.html','window2','resizable=1,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=400,height=300');
}
<!-- イカ -->
function WinOpen3(){
window.open('./data/13202/03.html','window2','resizable=1,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=400,height=300');
}
