﻿function ShopsWinOpen() {
    var addr="http://www2.lowcalo.com/contents/other_shop.html";
    window.open(addr,"ShopsWin","width=530,height=500,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
    return;
}
function WatchWinOpen() {
    var addr="http://www2.lowcalo.com/contents/attention.html";
    window.open(addr,"WhatchWin","width=530,height=250,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
    return;
}
function PresantWinOpen() {
    var addr="http://www2.lowcalo.com/contents/presant.html";
    window.open(addr,"PresantWin","width=530,height=500,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
    return;
}