/** This is not used. */
function cart_open(){cart_cookie_ok();
cartWindow=window.open("/cart/list","scl_gakkou_cart","scrollbars=yes,resizable=yes,width=550,height=500");
cartWindow.focus()}function cart_add(A){cart_cookie_ok();
cartWindow=window.open("/cart/add/"+A,"scl_gakkou_cart","scrollbars=yes,resizable=yes,width=550,height=500");
cartWindow.focus()}function cart_cookie_ok(){cookie_value="SHINGAKU_COOKIE=OK; path=/; ";
document.cookie=cookie_value}
