//<!---
/************************************************************************************************/
/* File Name: go_q_Contents.js		     														*/
/* PGM ID	: IJ0100		    			 		    										*/
/* Function : 1) NEWウィンドウ表示  																*/
/* Arguments: 1) 								           										*/
/* Value	: 1)																				*/
/*			: 2)																				*/
/* Remarks  : 1) none																			*/
/* History  : 1) Coded by       M.Kawamura        06/17/2001				                    */
/* (C) Copyrigh, 2001, Hitachi Information Systems, Ltd., Microsoft Corp. All Rights Reserved.  */
/************************************************************************************************/
//--->
function ShowContents(strContentsPath) { 
	window.open(strContentsPath,"new","directories=no,location=no,menubar=no,width=480,height=450,resizable=yes,scrollbars=yes");
}
function ShowContents2(strContentsPath) { 
	window.open(strContentsPath,"new","directories=no,location=no,menubar=no,width=550,height=580,resizable=yes,scrollbars=no");
}
function OpenBasket(strContentsPath) { 
	window.open(strContentsPath,"basket","directories=no,location=no,menubar=no,width=600,height=500,resizable=yes,scrollbars=yes");
}
function OpenSizeChart(strContentsPath) { 
	window.open(strContentsPath,"sizechart","directories=no,location=no,menubar=no,width=660,height=500,resizable=yes,scrollbars=yes");
}
