<!--************************  ロールオーバー 終了 ****-->
<!--
				
    rollover = document.images;			// Global
    if (rollover) dummyImage = new Image();	// Global

    function Preload(imgSrc) {
        if (rollover) {
            dummyImage.src = imgSrc;
        }
    }

    function SwapImage(name, imgSrc,msg) {
        if (rollover) {
            document.images[name].src = imgSrc;
            window.status = msg;
        }
    }
    // -->
<!--************************  ロールオーバー 終了 ****-->

<!--************************  ウィンドウオープン 終了 ****-->
<!--
function newWindow(fName,wid,hei)
{
	window.open(fName,'pop','toolbar=no,directories=no,status=yes,menubar=yes,scrollbar=yes,resizable=yes,width=' + wid + ',height=' + hei);
}

// -->
<!--************************  ウィンドウオープン 終了 ****-->