/*
 * 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.
 */

	var uri="/shop/js/";

	function alljsfile(n) {
			this.length = n;
			for (i = 0; i < n; i++) {
				this[i] = null
			}
	}

	var n = 11;
//	var n = 12;
	var file = new alljsfile(n)
	file[0] = "css.js";
	file[1] = "navi.js";
	file[2] = "win_op.js";
	file[3] = "site.js";
	file[4] = "jquery-1.4.2.min.js";
	file[5] = "magiczoom.js";
	file[6] = "magicslideshow.js";
	file[7] = "google.js";
	file[8] = "magicslideshowop.js";
	file[9] = "login.js";
	file[10] = "list.js";
//	file[11] = "unitpngfix.js";

	for (i = 0; i <n; i++) {
		document.write('<script type="text/javascript" src="',uri,file[i],'"></script>');
	}

