
function CloseWin(){
    window.close();
}

function wo(fPath,wName,wWidth,wHeight)
{
    window.open(fPath, wName, "left=200,top=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+wWidth+",height="+wHeight)
}
function woy(fPath,wName,wWidth,wHeight)
{
    window.open(fPath, wName, "left=200,top=50,toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width="+wWidth+",height="+wHeight)
}


function SwitchPic(IMGNAME, IMGPATH)
{
    document.images[IMGNAME].src = IMGPATH;
}
function PreloadPic(IMGNAME, IMGPATH)
{
    IMGNAME     = new Image();
    IMGNAME.src = IMGPATH;
}

  PreloadPic('ro_0', 'img/b_moshikomi_on.gif');
  PreloadPic('ro_1', 'img/b_login_on.gif');

