function Auction(){
    win=window.open("https://bzl.cis6200.jp/e/index.asp?id=Z58410","AuctionInformation","width=800,height=600,scrollbars=yes");
    win.moveTo(100,100);
}

