/*  This Js is resolve the problems of Parameter with UTF-8
 *  Author Xuyaming
 *
 *  The resolve is look by http://www.google.cn
 *  
 *
/*--------------------------------------------------------------------------*/
function encodeURL(url){
 if (window.RegExp && window.encodeURIComponent)
 {
     return encodeURIComponent(url); 
 } 

}