	//Copyright 2003 Bricktown Financial LLC
	//All Rights Reserved
	//Site Design by Premirus Technologies Corporation 
	//http://www.premirus.com

	//open virtual tour in new window
	function VirtualTour()
	{
		window.open("VirtualTour/VirtualTour.aspx?Item=1","VTour","height=370px,width=500px;");
	}
	function SendRequest(d)
	{
		if (d=="Business Opportunities")
		{
			window.open("BusinessOpportunities.aspx?Address=Debra L. Benn, Executive Vice-President","Contact","height=500px,width=600px;,scrollbars=yes,menubar=no,toolbar=no");
			return;
		}
		if (d=="Secure Access")
		{
			window.open("../secureaccessrequest.aspx?Address="+d,"Contact","height=500px,width=600px;,scrollbars=yes,menubar=no,toolbar=no");
			return;
		}
		else
		{
		window.open("Contact.aspx?Address="+d,"Contact","height=500px,width=600px;,scrollbars=no,menubar=no,toolbar=no");
		}
	}
	//open virtual tour in new window
	function OpenWindow(url)
	{
		window.open(url,"PR","height=400px,width=600px,scrollbars=yes,menubar=yes,toolbar=yes");
	}

	function FromTheChairman()
	{
		window.open("FromTheChairman.aspx?Item=1","VTour","height=370px,width=520px,scrollbars=yes,resizable=yes");
	}
