var sectionmenus = new Array();

sectionmenus[0] = 'contactform';
sectionmenus[1] = 'map';

buildsectionmenus();


// Set the phone booth background on the form if IE4+/NS6+/DOM2

if (dom2 || ie4) {
	document.write('<style type="text/css"> #phoneboothtable { background-image: url(../images/phonebooth/phoneboothpagebg.jpg); } </style>\n');		
}
