	/**
	 * This function processes urls of left and main frames...
	 */
	function validateRequestProcess(sLeftURL, sMainURL) 
	{
		top.frames["leftFrame"].location.href = sLeftURL;
		top.frames["mainFrame"].location.href = sMainURL;
	}