function LinkParameters(links,Parameters,str)
{

	  var oldstr = str;
     var newstr = 	escape(oldstr);
	window.location.href= links + "?" + Parameters + "=" + newstr;
}
