function PrtTleLocation(img,loca){
	document.write("\
		<table width='640' cellpadding='0' cellspacing='0'>\
		<tr>\
		<td class='tle'><img src='"+ img +"'></td>\
		</tr>\
		<tr><td colspan='2' height='14'></td></tr>\
		<tr><td colspan='2' class='line_r'></td></tr>\
		<tr><td colspan='2' height='14'></td></tr>\
		</table>\
	");
}