//________________________________
var cC5b_ModNm = "C5b_Root_Common_Feature_Call_Funcs.js";
var cC5b_cpyra = "©2011 Rako DP Enterprises";
// <!-- FreeFind Begin No Index -->
/*jsl:ignoreall*/
//________________________________


function fC5m_Called_From_Root_Or_Child() {
	var wRetCode = true;
	if (typeof(cS0g_Roll_Up_Icon_Width) == "number") {
		vC5m_Called_From_Child = false;
		vC5m_RollUpIcon_Width = cS0g_Roll_Up_Icon_Width;
		vC5m_RollUpIcon_Height = cS0g_Roll_Up_Icon_Height;
		vC5m_HeaderText_Title = vC0Ag_UI_Texts_In_Array[cC0Bg_UI_Lang_Text_HdrTxt_Ix];
		vC5m_Header_Icon_Up_Src = cS0g_Roll_Up_Img_Path;
		vC5m_Header_Icon_Down_Src = cS0g_Roll_Down_Img_Path;
//		vC5m_HeaderIcon_Title = vC0Ag_UI_Texts_In_Array[cC0Bg_UI_Lang_Text_RollUpIx] ;
		vC5m_Feature_BackGround_Roll_Path_Stub = cS0g_Feature_BackGround_Roll_Path_Stub;
//		vC5m_Close_Title = vC0Ag_UI_Texts_In_Array[cC0Bg_UI_Lang_Text_CloseIx];
		vC5m_Feature_CloseBtn_Width = cS0g_Feature_CloseBtn_Width;
        vPRIg_Curr_XPos = vPRIg_Curr_XPos;
        vPRIg_Curr_YPos = vPRIg_Curr_YPos;
        vC5m_Article_Frame_Top = vC0Ag_Article_Frame_Top;
        vC5m_Article_Frame_Left = vC0Ag_Article_Frame_Left;
        vC5m_Root_Window_Curr_Height = vC0Ag_Root_Window_Curr_Height;
        vC5m_Root_Window_Curr_Width = vC0Ag_Root_Window_Curr_Width;
		}
	else {
		wRetCode = false; }
	return wRetCode;
}  // ________________ end of function:  fC5m_Called_From_Root_Or_Child (

function fC5m_Cell_Prevent_DblClick() {
	return fC2g_Cell_Prevent_DblClick();
}  // ________________ end of function:  fC5m_Cell_Prevent_DblClick (

function fC5m_Get_Z_Index() {
	vC0Ag_Curr_ZIndex = vC0Ag_Curr_ZIndex + 2;
	return  vC0Ag_Curr_ZIndex;
}  // ________________ end of function:  fC5g_Posit_Feature_Panel_Obj {

function fC5me_Get_Curr_XY_Pos (event) {
	fRPRIp_REU_Get_Curr_XY (event);
	vC5m_Curr_XPos = vPRIg_Curr_XPos;
	vC5m_Curr_YPos = vPRIg_Curr_YPos;
}  // ________________ end of function:  MoveFiTbStart()

function fC5m_Get_Panel_Obj (pPanelId) {
	return document.getElementById(pPanelId);
}  // ________________ end of function:  fC5m_Get_Panel_Obj {

function fC5g_SetMyTitle (pCurr_PanelHdr_Id, pTitleText) {
	var wCurr_Panel_HdrTxt_Obj = document.getElementById(pCurr_PanelHdr_Id + "Txt");
	fRPGLp_Set_Simple_Text_Obj (wCurr_Panel_HdrTxt_Obj, pTitleText);
}  // ________________ end of function:  fC5g_SetMyTitle() {


