// JavaScript Document

window.onload = initAll;

function initAll () {
	document.getElementById("cont_topImgLeft").innerHTML = "<IMG SRC='graphics/logos/FFLogoColor40v.png'>";
	document.getElementById("cont_topImgRight").innerHTML= "Fastframe in The Woodlands<br>6777 Woodlands Parkway<br>The Woodlands, TX 77382<br>281-419-4140";
	document.getElementById("copyright").innerHTML = "Web Design and Consulting by <a href='http://www.smallbizgrow.com' target='_blank'>Sbg Marketing.</a>   |   Copyright FastframeWoodlands.com 2010 - All Rights Reserved";

	

}






