function putZaolTPGmapHTML( i_strObjectID, i_strWidth, i_strHeight ) {

	var strObject = new String( "" );
	
	if ( i_strObjectID == null || i_strObjectID == "" ) i_strObjectID = "ZaolmapTPG";
	if ( i_strWidth == null || i_strWidth == "" ) i_strWidth = "100%";
	if ( i_strHeight == null || i_strHeight == "" ) i_strHeight = "100%";
	
	strObject += "<OBJECT id=" + i_strObjectID + " width=\"" + i_strWidth + "\"";
	strObject += "\n\theight=\"" + i_strHeight + "\"";
	strObject += "\n\tcodebase=\"http://210.117.198.98/Zaolmap2.cab#version=2,0,0,16\"";
	strObject += "\n\tclassid=\"clsid:C84DE754-9B2F-43FF-B413-E0C878F80E16\"";
	strObject += "\n\thspace = \"0\"";
	strObject += "\n\tvspace = \"0\"";
	strObject += "\n\talign = \"middle\">";
	strObject += "\n\t<PARAM NAME=\"ServerAddress\" VALUE=\"210.117.198.98\">";
	strObject += "\n\t<PARAM NAME=\"ServerPort\" VALUE=80>";
	strObject += "\n\t<PARAM NAME=\"ServerPath\" VALUE=\"/MapServlet\">";
	strObject += "\n\t<PARAM NAME=\"SymbolSource\" VALUE=\"http://210.117.198.98/Symbol/Resource\">";
	strObject += "\n\t<PARAM NAME=\"ImageSource\" VALUE=\"http://210.117.198.98/Symbol/Resource\">";
	strObject += "\n\t<PARAM NAME=\"LayerSource\" VALUE=\"http://210.117.198.98/Symbol/Resource\">";
	strObject += "\n\t<PARAM NAME=\"LevelSource\" VALUE=\"http://210.117.198.98/Symbol/Resource\">";		
	strObject += "\n\t<PARAM NAME=\"UseSocket\" VALUE=0>";
	strObject += "\n\t<PARAM NAME=\"UseIndexMap\" VALUE=0>";
	strObject += "\n\t<PARAM NAME=\"CoordMode\" VALUE=3>";
	strObject += "\n\t<PARAM NAME=\"AuthServer\" VALUE=210.117.198.99>";
	strObject += "\n\t<PARAM NAME=\"AuthPort\" VALUE=8000>";
	strObject += "\n\t<PARAM NAME=\"IndexMapShow\" VALUE=\"1\">";
	strObject += "\n\t</OBJECT>";
	document.write( strObject );
}
