guiTypes = {
	windowType = {
		name = "load_screen"
		backGround =""
		position = { x = 0 y = 0 }
		size = { x = 1024 y = 768 }
		moveable = no
		dontRender = ""
		horizontalBorder = "0"
		verticalBorder = ""
		fullScreen = yes
		Orientation = "UPPER_LEFT"

		windowType = {
			name = "status"
			backGround =""
			position = { x = 0 y = -180 }
			size = { x = 1024 y = 768 }
			moveable = no
			dontRender = ""
			horizontalBorder = "0"
			verticalBorder = ""
			fullScreen = no
			Orientation = "CENTER_DOWN"

			iconType = {
				name ="progress"
				spriteType = "GFX_progressbar_933"
				position = { x= -315 y = 65 }
			}

			instantTextBoxType = {
				name = "text"
				position = { x = -466 y = 62 }
				textureFile = ""
				font = "load_screen"
				borderSize = {x = 0 y = 0}
				text = ""	
				maxWidth = 933
				maxHeight =40
				vertical_alignment = center
				fixedsize = yes
				format = centre

			}			
		}

		windowType = {
			name = "tip"
			backGround =""
			position = { x = 0 y = -99999 }
			size = { x = 1024 y = 200 }
			moveable = no
			dontRender = ""
			horizontalBorder = "0"
			verticalBorder = ""
			fullScreen = no
			Orientation = "CENTER_DOWN"

			instantTextBoxType = {
				name = "text"
				position = { x = -400 y = -87 }
				textureFile = ""
				font = "load_screen"
				borderSize = {x = 0 y = 0}
				text = ""	
				maxWidth = 800
				maxHeight =200
				fixedsize = yes
				format = centre
			}
		}		
	}
}