/**
 * Setup the array for dynamic page content. There is different content for each page
 * Array Structure. Three dimensional Array
 * Name: ArrPageResource[PageName][groupname][Section] = ""
 * 
 */
var ArrPageResource = Array();
/**
 * BackgroundImage: bg_image
 * Main Message : main_message
 * Landing Title: landing_title
 * Right Top Bg: right_top_bg
 * Right Top Text : right_top_text
 * Right Bottom Bg : right_bottom_bg
 * Right Bottom Text : right_bottom_text
 */

ArrPageResource["default"] = 
							[	
							 
							 	{
									 'bg_color' : '#ffffff',
									 'bg_image' : 'images/bg_image_cebit.jpg',
									 'main_message' : '<p class="Line_1" style="color:#000; padding:150px 5px 5px 5px;></p>'
								}
							];

ArrPageResource["index"] = 
							[	
							 
							 	{
									 'bg_color' : '#ffffff',
									 'bg_image' : 'images/bg_image_cebit.jpg',
									 'main_message' : '<p class="Line_1" style="color:#000; padding:150px 5px 5px 5px;></p>'
								}
							];
							

