﻿// ********************************************************************
// * BRAND-SQUARE.com
// *
// * Copyright (c) 2007 weave Co., Ltd.
// * All Rights Reserved.
// *
// * $Workfile: index.aspx.js $ 
// * $Revision: 2 $
// * $Modtime: 07/09/07 11:37 $
// * $Author: Kotani $
// * $NoKeywords: $
// *
// ********************************************************************

// 特選車ボタンクリック
function fnSubmitTokusenList(mode) {
	document.forms[0].hdnShopIndexCarList.value = mode;
	document.forms[0].method = "post";
	document.forms[0].submit();
}