﻿/*
 * This file is part of EC-CUBE
 *
 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
 *
 * http://www.lockon.co.jp/
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
// ぞうり手入れ.
function cr_zori() {
if(sbimg=="http://shop-cross.com/products/list.php?category_id=7") {
document.write('<div id="washarea">');
document.write('<h1>ぞうりのサイズ</h1>');
document.write('<p>Sサイズ：18～21cm<br>Mサイズ：22～24cm<br>Lサイズ：25～27cm</p>');
document.write('<h1>お手入れ方法</h1>');
document.write('<p>しっかりと編み上げた布ぞうりは形くずれがしにくいので、ご家庭でお洗濯ができます。繰り返し洗い、永く履くことができます。</p>');
document.write('<h2>【洗濯の仕方】</h2>1.洗濯ネットに入れ、洗濯機の「手洗いコース」で洗う。洗剤は中性洗剤を使用してください。<br>');
document.write('2.脱水はしっかりと。<br>3.風通しのよい場所で十分に乾かしてください。<br>※ 生乾きの状態は雑菌が繁殖しやすくなります。しっかりと乾かしてお履きください。<br>');
document.write('<h2>【鼻緒の調節方法】</h2>1.底面の結び目を少し引き出します。<br>2.フィット感を確かめながら、鼻緒を少しきつめに結び直してください。<br>');
document.write('<img src="/user_data/packages/default/img/side/cr_zori_sentaku.gif" width="199" height="199" border="0">');
document.write('</div>');
}

if(sbimg=="http://shop-cross.com/products/list.php?category_id=9") {
document.write('<div id="washarea">');
document.write('<h1>テディベアのサイズ</h1>');
document.write('<p>Sサイズ：身長26cm<br>Mサイズ：身長31cm<br>Lサイズ：身長34cm</p>');
document.write('</div>');
}

else{
document.write("");
}
}
