﻿function LoadProperty() {
    LoadPropertyDetail(GetElement("txtType").value, GetElement("txtId").value);
}

function LoadPropertyList(type, id) {
	var strURL = "../aboutcbc/propertylist.aspx?type=" + type + "&link=" + id;
	document.location.href = strURL;
}

function ExecuteStock() {
	wShowWin = window.open("../aboutcbc/stock.html", "Stock", "width=750,height=500,toolbar=0,status=1,menubar=0,scrollbars=1,resizable=1");
}
