﻿
// the time needed to swap from one image to another in seconds
var g_imagesFadeOut = 1;
var g_imagesFadeIn = 2;		

// the time in seconds that an image is visible (does not include the fading times )
var g_imagesVisible = 5;

// a helper to remember the currently selected main menu entry (default is the lowest)
var g_mainMenuEntrySelected;

	
