if (document.images)
{
	printing_services = new Image;
	office_products = new Image;
	office_furniture = new Image;
	technology_products = new Image;
	bgText = new Image;

	printing_services.src = "images/template_one/printing_services.jpg";
	office_products.src = "images/template_one/office_products.jpg";
	office_furniture.src = "images/template_one/office_furniture.jpg";
	technology_products.src = "images/template_one/technology_products.jpg";
	bgText.src = "images/template_one/row4col1and2.jpg";
}
else
{
	printing_services = "";
	office_products = "";
	office_furniture = "";
	technology_products = "";
	document.textField = "";
}