// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


				
function TrimS(){ 
	return (this.toString() ? this.toString().replace(/\s+$|^\s*/g, "") : "")
}

String.prototype.trim = TrimS