function _Get_Start_NowInx()
{
	switch(sPage_Name0)
	{	case "pj.table"			: return 0 ;
		case "pj.cs"			: return 1 ;
		case "pj.scv_scx"		: return 2 ;
		case "pj.scv_avi"		: return 3 ;
		case "pj.scv_wmv"		: return 4 ;
		case "pj.scv_mp4"		: return 5 ;
		case "pj.csk"			: return 6 ;
		case "pj.sume"		: return 7 ;
	}
	return -1 ;
}
function _Get_Start_Href(iPage_Inx)
{
	switch(iPage_Inx)
	{	case 0	: return "start.pj.table.htm" ;
		case 1	: return "start.pj.cs.htm" ;
		case 2	: return "start.pj.scv_scx.htm" ;
		case 3	: return "start.pj.scv_avi.htm" ;
		case 4	: return "start.pj.scv_wmv.htm" ;
		case 5	: return "start.pj.scv_mp4.htm" ;
		case 6	: return "start.pj.csk.htm" ;
		case 7	: return "start.pj.sume.htm" ;
	}
	return "" ;
}
function _Get_Start_Title(iPage_Inx)
{
	switch(iPage_Inx)
	{	case 0	: return "Products Comparison" ;
		case 1	: return "Capture Solution XE" ;
		case 2	: return "Screen CAM XE" ;
		case 3	: return "Screen AVI CAM" ;
		case 4	: return "Screen WMV CAM" ;
		case 5	: return "Screen MP4 CAM" ;
		case 6	: return "CS Keeper" ;
		case 7	: return "SU Movie Editor" ;
	}
	return "" ;
}
function _Start_Links(iTopOff, bBodyList, iCols)
{
	_Link_Begin(iTopOff) ;
	for(var iPage_Inx=0 ; iPage_Inx <= 7 ; iPage_Inx++)
		_Link_Item(bBodyList, iCols, iPage_Inx, _Get_Start_Href(iPage_Inx), _Get_Start_Title(iPage_Inx)) ;
	_Link_End() ;
}
function _Start_Main_Title(iTopOff)
{
	if(iTopOff)
		document.write('<br style="line-height:' + iTopOff + 'px">' ) ;
	document.write("<h1>To begin</h1>") ;
}
function _Start_Titles(iTopOff)
{
	_Start_Main_Title(iTopOff) ;

	var iPage_Inx = _Get_Start_NowInx() ;
	if(iPage_Inx < 0)
		return ;
	_Page_Sub_Title(_Get_Start_Title(iPage_Inx)) ;
}
function _Call_Functions_Start_Top(sPageName, sMenu)
{
	if(!(self._Exist_Properties_CommPages))
		return ;

	sPage_TopPath = "../../eng/" ;
	sPage_Name0 = sPageName ;

	if(self._WebPages_BodyTopWorks)
	{	if(_WebPages_BodyTopWorks(sMenu, sPageName) != 1)
			return ;
	}
	if(self._Pages_TopVirtual)
		_Pages_TopVirtual() ;
	if(self._Pages_Web_TopVirtual)
		_Pages_Web_TopVirtual() ;
	if(self._Pages_Body_StartVirtual)
		_Pages_Body_StartVirtual() ;

	if(sPage_Name0 != "xxx")
	{	_Start_Links(10, 0, 2) ;
		if(self._Line_Size3)
			_Line_Size3() ;
		_Start_Titles(0) ;
	}
	if(sPage_Name0 == "xxx")
	{	_Start_Titles(30) ;
		_Start_Links(2, 1, 1) ;
	}
}
function _Call_Functions_Start_Bottom()
{
	if(!(self._Exist_Properties_CommPages))
		return ;

	if(self._Line_Size3)
		_Line_Size3() ;

	_Start_Links(10, 0, 2) ;

	if(self._Pages_Body_EndVirtual)
		_Pages_Body_EndVirtual() ;
	if(self._Pages_Web_BottomVirtual)
		_Pages_Web_BottomVirtual() ;
	if(self._Pages_BottomVirtual)
		_Pages_BottomVirtual() ;
}
