﻿function ExecuteTabLink(link) {
	document.location.href = link;
}

function CloseWindow()
{
	window.close();
}

function ExecuteStock() {
	wShowWin = window.open("../aboutcbc/stock.html", "Stock", "width=725,height=500,toolbar=0,status=1,menubar=0,scrollbars=1,resizable=1");
}

function LoadPropertyDetail(type, id) {
	var strURL = "../aboutcbc/propertydetail.aspx?id=" + id + "&type=" + type;
    wShowWin = window.open(strURL, "Bid", "width=585,height=500,toolbar=0,status=0,menubar=0,scrollbars=0,resizable=0");
}

function LoadLink(link) {
	if (window.opener && !window.opener.closed) 
	{
		window.opener.top.location.href = link;
		window.close();
	}
}

function LoadPage(strPage, strLinkId) {
	var strURL = strPage + '?link=' + strLinkId;
	document.location.href = strURL;
}

function ExecuteBranchFinder() {
    window.location.href = "../common/branchfinder.aspx";
	//wShowWin = window.open("../common/branchfinder.aspx", "BranchFinder", "width=725,height=500,toolbar=0,status=1,menubar=0,scrollbars=1,resizable=0");
}

function ExecutePDF(strURL) {
	wShowWin = window.open("../pdf/" + strURL, "pdf", "width=725,height=500,toolbar=0,status=1,menubar=0,scrollbars=1,resizable=1");
}

function ExecuteInformation(strURL) {
	wShowWin = window.open(strURL, "Information", "width=725,height=500,toolbar=0,status=1,menubar=0,scrollbars=1,resizable=1");
}
