function newwindow1() {
window.open("rinrikitei.html", "Window01", "resizable=1,scrollbars=1,menubar=0,directories=0,status=0,location=0,width=700,height=800")
}


function swImg(iName,str)
{
document.images[iName].src = str;
}
