///////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////// PLACE SWF /////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////

	function placeWebsite(container, swf, swfID, width, height, version, color) {
		// Set swf properties
		var flashvars = false;
		var params = { menu: "false" };
		var attributes = { id: swfID, name: swfID };
		// Go!
		swfobject.embedSWF(swf, container, "100%", "100%", version, "include/expressinstall.swf", flashvars, params, attributes);
		// IE 8 HIDE SCROLLBARS
		document.body.style.overflow = "hidden";
	}
