function initPage()
{
	var arrayImageDIV = null;
	var arrayTextDIV = null;
	arrayImageDIV = new Array();
	arrayTextDIV = new Array();
	intLeft_Image = 242;
	intLeft_Text = 452;
	var intTop = 329;
	//End get
	MM_checkBrowser();
	arrayImageDIV[0] = MM_findObj("Layer0");
	arrayTextDIV[0] = MM_findObj("Text0");
	if (isNetscape==true)
	{
	arrayImageDIV[0].left=intLeft_Image;
	arrayTextDIV[0].left=intLeft_Text;
	arrayImageDIV[0].top = intTop + 11;
	arrayTextDIV[0].top = intTop + 31;
	}else{
	arrayImageDIV[0].style.left=intLeft_Image;
	arrayTextDIV[0].style.left=intLeft_Text;
	}	
	arrayImageDIV[1] = MM_findObj("Layer1");
	arrayTextDIV[1] = MM_findObj("Text1");
	if (isNetscape==true)
	{
	arrayImageDIV[1].left=intLeft_Image;
	arrayTextDIV[1].left=intLeft_Text;
	arrayImageDIV[1].top = intTop + 11;
	arrayTextDIV[1].top = intTop + 31;
	}else{
	arrayImageDIV[1].style.left=intLeft_Image;
	arrayTextDIV[1].style.left=intLeft_Text;
	}
	arrayImageDIV[2] = MM_findObj("Layer2");
	arrayTextDIV[2] = MM_findObj("Text2");
	if (isNetscape==true)
	{
	arrayImageDIV[2].left=intLeft_Image;
	arrayTextDIV[2].left=intLeft_Text;
	arrayImageDIV[2].top = intTop + 11;
	arrayTextDIV[2].top = intTop + 31;
	}else{
	arrayImageDIV[2].style.left=intLeft_Image;
	arrayTextDIV[2].style.left=intLeft_Text;
	}	
	arrayImageDIV[3] = MM_findObj("Layer3");
	arrayTextDIV[3] = MM_findObj("Text3");
	if (isNetscape==true)
	{
	arrayImageDIV[3].left=intLeft_Image;
	arrayTextDIV[3].left=intLeft_Text;
	arrayImageDIV[3].top = intTop + 11;
	arrayTextDIV[3].top = intTop + 31;
	}else{
	arrayImageDIV[3].style.left=intLeft_Image;
	arrayTextDIV[3].style.left=intLeft_Text;
	}
	arrayImageDIV[4] = MM_findObj("Layer4");
	arrayTextDIV[4] = MM_findObj("Text4");
	if (isNetscape==true)
	{
	arrayImageDIV[4].left=intLeft_Image;
	arrayTextDIV[4].left=intLeft_Text;
	arrayImageDIV[4].top = intTop + 11;
	arrayTextDIV[4].top = intTop + 31;
	}else{
	arrayImageDIV[4].style.left=intLeft_Image;
	arrayTextDIV[4].style.left=intLeft_Text;
	}	
	arrayImageDIV[5] = MM_findObj("Layer5");
	arrayTextDIV[5] = MM_findObj("Text5");
	if (isNetscape==true)
	{
	arrayImageDIV[5].left=intLeft_Image;
	arrayTextDIV[5].left=intLeft_Text;
	arrayImageDIV[5].top = intTop + 11;
	arrayTextDIV[5].top = intTop + 31;
	}else{
	arrayImageDIV[5].style.left=intLeft_Image;
	arrayTextDIV[5].style.left=intLeft_Text;
	}
	arrayImageDIV[6] = MM_findObj("Layer6");
	arrayTextDIV[6] = MM_findObj("Text6");
	if (isNetscape==true)
	{
	arrayImageDIV[6].left=intLeft_Image;
	arrayTextDIV[6].left=intLeft_Text;
	arrayImageDIV[6].top = intTop + 11;
	arrayTextDIV[6].top = intTop + 31;
	}else{
	arrayImageDIV[6].style.left=intLeft_Image;
	arrayTextDIV[6].style.left=intLeft_Text;
	}
	arrayImageDIV[7] = MM_findObj("Layer7");
	arrayTextDIV[7] = MM_findObj("Text7");
	if (isNetscape==true)
	{
	arrayImageDIV[7].left=intLeft_Image;
	arrayTextDIV[7].left=intLeft_Text;
	arrayImageDIV[7].top = intTop + 11;
	arrayTextDIV[7].top = intTop + 31;
	}else{
	arrayImageDIV[7].style.left=intLeft_Image;
	arrayTextDIV[7].style.left=intLeft_Text;
	}
	arrayImageDIV[8] = MM_findObj("Layer8");
	arrayTextDIV[8] = MM_findObj("Text8");
	if (isNetscape==true)
	{
	arrayImageDIV[8].left=intLeft_Image;
	arrayTextDIV[8].left=intLeft_Text;
	arrayImageDIV[8].top = intTop + 11;
	arrayTextDIV[8].top = intTop + 31;
	}else{
	arrayImageDIV[8].style.left=intLeft_Image;
	arrayTextDIV[8].style.left=intLeft_Text;
	}
	arrayImageDIV[9] = MM_findObj("Layer9");
	arrayTextDIV[9] = MM_findObj("Text9");
	if (isNetscape==true)
	{
	arrayImageDIV[9].left=intLeft_Image;
	arrayTextDIV[9].left=intLeft_Text;
	arrayImageDIV[9].top = intTop + 11;
	arrayTextDIV[9].top = intTop + 31;
	}else{
	arrayImageDIV[9].style.left=intLeft_Image;
	arrayTextDIV[9].style.left=intLeft_Text;
	}
}