function _Get_Faq_NowInx_Run()
{
	switch(sPage_Name1)
	{	case "autoclose"			: return 0 ;
		case "condition"			: return 1 ;
		case "smallsize"			: return 2 ;
		case "edit"			: return 3 ;
		case "cap.performance"		: return 4 ;
		case "best.prefer"		: return 5 ;
	}
	return -1 ;
}
function _Get_Faq_Href_Run(iPage_Inx)
{
	switch(iPage_Inx)
	{	case 0	: return "faq.run.autoclose.htm" ;
		case 1	: return "faq.run.condition.htm" ;
		case 2	: return "faq.run.smallsize.htm" ;
		case 3	: return "faq.run.edit.htm" ;
		case 4	: return "faq.run.cap.performance.htm" ;
		case 5	: return "faq.run.best.prefer.htm" ;
	}
	return "" ;
}
function _Get_Faq_Title_Run(iPage_Inx)
{
	switch(iPage_Inx)
	{	case 0	: return "Capture Solution closed without any reason." ;
		case 1	: return "Requirements." ;
		case 2	: return "To make a small size file." ;
		case 3	: return "Can the result be edited ?" ;
		case 4	: return "Performance estimation." ;
		case 5	: return "The best environment setting." ;
	}
	return "" ;
}
function _Faq_Link_Run(iTopOff, bBodyList, iCols)
{
	_Link_Begin(iTopOff) ;
	for(var iPage_Inx=0 ; iPage_Inx < 6 ; iPage_Inx++)
		_Link_Item(bBodyList, iCols, iPage_Inx, _Get_Faq_Href_Run(iPage_Inx), _Get_Faq_Title_Run(iPage_Inx)) ;
	_Link_End() ;
}
function _Faq_Title_Run()
{
	var iPage_Inx = _Get_Faq_NowInx_Run() ;
	if(iPage_Inx < 0)
		return ;
	_Page_Sub_Title(_Get_Faq_Title_Run(iPage_Inx)) ;
}

