function ShowInfo() {
var info = new top.Popup({ "place" : top.document.body, "width" : 400, "height" : 240, "type" : top.Popup.Designed, "hideContent" : true, "moveable" : true, "className" : "BridgeIsland", "title" : "<div class=\"title\"><img src=\"images/transparent.gif\">" + InfoPopupTitle + "<img src=\"images/transparent.gif\"></div>", "content" : InfoPopupContent
}); info.Set("top",Math.round((info.Get('place').offsetHeight - info.Get('height')) / 2) + info.Get('place').scrollTop + info.Get('place').parentNode.scrollTop); info.Set("left",Math.round((info.Get('place').offsetWidth - info.Get('width')) / 2) + info.Get('place').scrollLeft + info.Get('place').parentNode.scrollLeft); info.Render(); }
