/*
 * <p>This file is part of the project MapSkyWebUtil.</p>
 * <p>Created on 2006-07-10 01:23:00</p>
 * <p>Author: etoy</p>
 */

function encodeRequestParameter(para)
{
	// TODO compatibility with ie 5 or below
	return window.encodeURIComponent(para);
}