function initObjects()
{
	try {
		if (SWFObject && document.getElementById("flash")) {
			var toptext = new SWFObject("swf/sandiego_web_design.swf", "flash", "902", "370", "7", "");
			toptext.addParam("wmode", "opaque");
			toptext.addParam("wmode", "transparent");
			toptext.write("flash");
		}
		
		/*if (SWFObject && document.getElementById("spreadthewordbutton")) {
			var toptext = new SWFObject("swf/spreadthewordbutton.swf", "spreadthewordbutton", "270", "100", "7", "");
			toptext.addParam("wmode", "opaque");
			toptext.addParam("wmode", "transparent");
			toptext.write("spreadthewordbutton");
		}*/
		
		if (SWFObject && document.getElementById("menu")) {
			var toptext = new SWFObject("swf/san_diego_web_design_nav.swf", "menu", "500", "42", "7", "");
			toptext.addParam("wmode", "opaque");
			toptext.addParam("wmode", "transparent");
			toptext.write("menu");
		}
				if (SWFObject && document.getElementById("gallery")) {
			var toptext = new SWFObject("swf/gallery.swf", "gallery", "902", "447", "0", "");
			toptext.addParam("wmode", "opaque");
			toptext.addParam("wmode", "transparent");
			toptext.write("gallery");
		}
	}
	catch(e){}
}
