String.prototype.trim= function()
{ 
	return this.replace(/(^\s*)|(\s*$)/g, "");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  	window.open(theURL,winName,features);
	return false;
}

function printFoot()
{
	document.writeln("<div align=\"center\">");
	document.writeln("<table width=\"760\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"139\">");
	document.writeln("<tr>");
    document.writeln("<td width=\"776\" height=\"109\" align=\"center\" background=\"images/botton_bg.jpg\">");
    document.writeln("?????");
	document.writeln("</td>");
  	document.writeln("</tr>");
	document.writeln("</table>");
	document.writeln("</div>");
}