﻿function open_window(ChamberName, BGColor, FontColor)	
{
	
	strChamberName = ChamberName
	strBGColor = BGColor
	strFontColor = FontColor
	window.open("http://portal.lawtonprinting.com/advertisingInfoRequest/advertisingInfoRequest.asp?chamberName=" + strChamberName + "&BGcolor=" + strBGColor + "&fontColor=" + strFontColor  , "_blank", "scrollbars=no, resizable=no, width=450, height=450")
		
}

 /*
    This functions allows the user to go directly to the chamber or community
    events. It pulls the parameters from the query string and then redirects.

function changeIframeContentToMemberCategory()
{
   if("<%= strKeyword %>" != "")
   {
         changeIframeContentToDirectory(this);
   }
   else
   {
       if("<%=catg%>" != "")
       {
            mainContent.location.href="http://www.chambermaster.com/directory/jsp/busdir/Search.jsp?ccid=284&catg=<%=catg%>";
       }		   
       else
       {
            mainContent.location.href="http://www.chambermaster.com/directory/jsp/busdir/Search.jsp?ccid=284";
       }
    }
}

*/