	
function show_popup() {
	var str = "";
	str += "<div id=\"Picture_window\" style=\"DISPLAY: none; Z-INDEX: 10000; LEFT: 100px; OVERFLOW: visible; WIDTH: 0px; POSITION: absolute; TOP: 100px; HEIGHT: 0px\">";
	str += "<table cellSpacing=\"0\" cellPadding=\"0\" width=\"120\" align=\"center\" border=\"0\">";
	str += "<tr>";
	str += "<td>";	
	str += "<table cellSpacing=\"0\" cellPadding=\"0\" width=\"100%\" border=\"0\">";
	str += "<tr>";
	str += "<td><IMG height=\"10\" src=\"/images/frame/1.gif\" width=\"10\"></td>";
	str += "<td onmouseup=\"Pop_mUp()\" onmousemove=\"Pop_mMove(); return false;\" onmousedown=\"Pop_mDown(); return false;\" onmouseout=\"Pop_mUp()\" align=\"left\" width=\"100%\" background=\"/images/frame/up.gif\"></td>";
	str += "<td vAlign=\"bottom\" align=\"right\" background=\"/images/frame/dq04.jpg\"><IMG title=\"Close window\" style=\"CURSOR: pointer\" onclick=\"Pop_HideWindow(); return false;\"	height=\"5\" src=\"/images/frame/cross.gif\" width=\"5\" align=\"absMiddle\" border=\"0\"></td>";
	str += "<td><IMG height=\"10\" src=\"/images/frame/2.gif\" width=\"10\"></td>";
	str += "</tr>";
	str += "</table>";
	str += "</td>";
	str += "</tr>";
	str += "<tr>";
	str += "<td style=\"border-bottom: #7aa2d9 1px solid;border-right: #7aa2d9 1px solid;border-left: #7aa2d9 1px solid; PADDING: 5;\" align=\"center\" bgColor=\"#e7eff5\">";
	str += "<table cellSpacing=\"0\" cellPadding=\"0\" width=\"100%\" border=\"0\">";
	str += "<tr>";
	str += "<td style=\"BORDER: #7aa2d9 1px solid\" align=\"center\" bgColor=\"#ffffff\"><IMG id=\"Picture\" title=\"Click to close\" style=\"BORDER: #999999 1px solid;\" onclick=\"Pop_HideWindow(); return false;\" onload=\"ResizePic(); return false;\"></td>";
	str += "</tr>";
	str += "</table>";
	str += "</td>";
	str += "</tr>";
	str += "</table>";
	str += "</div>";
	return str;
}