﻿// ********************************************************************
// * BRAND-SQUARE.com
// *
// * Copyright (c) 2007 weave Co., Ltd.
// * All Rights Reserved.
// *
// * $Workfile: WhatsNew.ascx.js $ 
// * $Revision: 2 $
// * $Modtime: 07/07/18 17:48 $
// * $Author: Kotani $
// * $NoKeywords: $
// *
// ********************************************************************

// ページ切替
function fnWhatsNewPageIndex(num) {
	document.formIndex.hdnWhatsNewPageIndex.value = num;
	document.formIndex.action = '/index.html';
	document.formIndex.submit();
}
