		
		// REGISTRATION AND MANAGEMENT CONSOLE: SETTINGS
		// -----------------------++++++++++++++++++++++++++++-----------------------
		
		// If loading an existing account, call the load function: load_AccountTypes(AccountID);
		
		// -----------------------++++++++++++++++++++++++++++-----------------------

		
		// Set options
		
		var lExposureID			= 2;		// Set your partner ID
		
		var iPRoxyMethod		= 2;		// 1=ASP, 2=PHP, 3=ASP.NET (Only ASP supported at this time)
		
		var sRegBlock			= "divReg";	// The id of the div to load form into
		
		var s_bgcolor			= "#EEEEEE";
		
		var bAccount 			= true;		// Account details - Email Address, Name, Password
		var bProfileSel 		= true;		// Profile Selection
		var bProfile 			= true;		// Profile Details
		var bAgency 			= true;		// Representation
		var bResume 			= false;	// Resume
		var bCredits 			= true;		// Credits/Work done
		var bStudent 			= false;	// Student
		var bExposure 			= false;	// Exposure
		var bImages 			= true;		// Images
		var bVideo 				= false;	// Video
		var bVideos 			= true;		// Videos
