// JavaScript Document
	//<![CDATA[
		var flashvars = {};
		var params = {
			base: "flash",
			wmode: "opaque"
		};
		var attributes = {};
		swfobject.embedSWF("flash/flash_placer.swf", "flash", "726", "237", "9.0.0", "flash/express_install.swf", flashvars, params, attributes);
	//]]>
	$(document).ready(function(){
		jQuery('#serviceList').accordion();
	});
	
	var videoDivOn = "videoDiv_0";
	function changeToOn(whichDiv){
		alert("window.videoDivOn = "+ window.videoDivOn + " | whichDiv = "+ whichDiv);
		document.getElementById(window.videoDivOn).className = "videochoice";
		document.getElementById(whichDiv).className = "videochoice on";
		videoDivOn = whichDiv;
	}
	
