function changeEli()
{
	carimg().innerHTML = "Open Plan Offices - Canteen";
	com().innerHTML="This prefabricated canteen shows what can be achieved to meet customer requirements. Three walls are comprised of double glazed floor to ceiling windows set in a steel frame. The result is a permanent looking building that arrived in two sections and was set up in a matter of days! ";
	rad().innerHTML="Standard:<ul><li>Industrial strength vinyl floor covering</li><li>Suspended ceiling with built-in air conditioning units  "
	+ "</li><li>Modular light fittings</li><li>Double glazed windows</li><li>Dark Brown steel finish exterior</li></ul>";
	rhd().innerHTML="Canteen - Details";
	
}
function change2Shrub()
{
	Typical();
	com().innerHTML="Modular office complex, built to client specifications and designed to blend into the existing structure.";
	OfficeStandard();
	
}

function changeCedar()
{
	carimg().innerHTML = "Open Plan Offices - Timber Cladding Finish";
	com().innerHTML="One section of a prefabricated unit finished with timber cladding. This bespoke "
	+ " crèche unit provides an excellent facility for children and with the timber clad finish, the unit looks just like the permanent building beside it.";
	rad().innerHTML="Standard:<ul><li>Double Glazed Windows</li><li>Steel fire resistant door "
	+ "</li><li>Internal walls slabbed and painted</li><li>Fluorescent lighting</li><li>Double sockets <br />(2 per section)</li><li>Convector Heaters</li></ul>";
	rhd().innerHTML="Typical Unit - Details";
	
}

function changeGeneral()
{
	carimg().innerHTML = "Open Plan Offices - General Unit";
	com().innerHTML="Roadmaster Building Systems are a long established market leader in the"
	+" supply of modular accommodation to the commercial and public sectors in Ireland.";
	rad().innerHTML="Features available:<ul><li>Flat or Apex Roof Design</li>"
	+"<li>Single or double story configurations</li><li>Compliant with all current building and fire regulations</li>"
	+"<li>Relocatable</li></ul>Site &amp; Installation Services:<ul><li> Layout design and Quotation </li>"
	+"<li> Foundations and Civil works </li><li> Transport and Craneage </li><li> Ramps, steps, guard rails</li></ul>";
	rhd().innerHTML="General Unit - Details";
	
}


function changeCarpetTiles()
{
	Typical();
	com().innerHTML="Internal view of an open plan office complex fitted with extra data ports, air conditioning units and carpet tiles. ";
	OfficeStandard();
	
}
function changeSecurity()
{
	carimg().innerHTML = "Open Plan Offices - Security Office";
	com().innerHTML="Prefabricated buildings are used throughout the commercial and public sector. A quick and easy solution for security, entrance or reception cabins on sites, in factories or general business areas. ";
	OfficeStandard();
	rhd().innerHTML="Security Office - Details";
}

function changeGrids()
{
	Typical();
	com().innerHTML="Standard prefabricated complex with window grids for extra security.";
	OfficeStandard();
	
}
function changeBakery()
{
	OfficeStandard();
	carimg().innerHTML = "Open Plan Offices - Bakery";
	com().innerHTML="A prefabricated bakery where the internal fit out was organised by Roadmaster for the client. The bakery  is compliant with all regulations and has been HSE approved.";
	
	rhd().innerHTML="Bakery - Details";
}
function changeRoadmaster()
{
	carimg().innerHTML = "Open Plan Offices - Two Storey Complex";
	com().innerHTML="Two storey buildings are a great advantage for an area where space is a premium - assembled in a matter of days, this is a simple and quick solution to any business needing a new, modern office space.";
	OfficeStandard();
	rhd().innerHTML="Two Storey Complex - Details";
}

function OfficeStandard()
{
	rad().innerHTML="Standard:<ul><li>Double Glazed Windows</li><li>Steel fire resistant door "
	+ "</li><li>Internal walls slabbed and painted</li><li>Fluorescent lighting</li><li>Double sockets <br />(2 per section)</li><li>Convector Heaters</li></ul>";
	
}

function Typical()
{
	carimg().innerHTML = "Open Plan Offices - Typical Unit";
	rhd().innerHTML="Typical Unit - Details";
}
function rhd()
{
	var room =document.getElementById("roomheaddetails");
	return room;
}

function com()
{
	var ment =document.getElementById("comments");
	return ment;

}

function carimg()
{
	var car =document.getElementById("carimagehead");
	return car;

}

function rad()
{
	var rooma =document.getElementById("roomareadetails");
	return rooma;

}
