function site(){
    win=window.open("http://www.kiyoraka.jp/site.html","window1","width=650,height=450,scrollbars=yes");
}
function size(){
    win=window.open("/size.html","window2","width=700,height=650,scrollbars=yes");
}
function map(no){
    win=window.open("/sikijo/map/"+no,"window3","width=650,height=620,scrollbars=yes");
}
function samA(){
    win=window.open("sampleA.html","window4","width=540,height=720,scrollbars=yes");
}
function samB(){
    win=window.open("sampleB.html","window5","width=540,height=720,scrollbars=yes");
}
function samC(){
    win=window.open("sampleC.html","window6","width=540,height=720,scrollbars=yes");
}
function tuhan(){
    win=window.open("/chobun/tuhan.html","tuhan","width=700,height=420,scrollbars=yes");
}
function list(){
    win=window.open("list.html","list","width=700,height=650,scrollbars=yes");
}
function mobile_send(kid){
	win_name = "http://www.kiyoraka.jp/sikijo/kaikan/send_mobile.php?kid=" + kid;
  win=window.open(win_name,"window1","width=530,height=430,scrollbars=yes");
}