function exterior()
{
	carimg().innerHTML = "Steel Frame Classroom - Exterior";
	rad().innerHTML="<ul style='border:0px solid red;padding-top:7px'><li>Double Glazed Windows</li><li>Galvanised Frame, Floor joists and Ceiling joists"
	+ "</li><li>Plastisol coated steel</li><li>Rain pipes</li><li>Ventilation ducts</li></ul>";
}
function changeSfinteriora()
{
	carimg().innerHTML = "Steel Frame Classroom - Interior";
	rad().innerHTML="<ul style='border:0px solid red;padding-top:7px'><li>Hard wearing linoleum</li><li>Whiteboard"
	+ "</li><li>PVC Skirting and Architrave</li><li>Florescent lighting</li><li>Smoke detector</li><li>Flush Doors</li></ul>";
}

function changeSfinteriorb()
{
	carimg().innerHTML = "Steel Frame Classroom - Interior";
	rad().innerHTML="<ul style='border:0px solid red;padding-top:7px'><li>Convector Heaters</li><li>Coat Hangers"
	+ "</li><li>Sink Unit</li><li>Air Vents</li><li>Vinyl Wall finish</li><li>Toilet Facilities</li></ul>";
	lowmainonly();		
}

function changeLowmain()
{
	exterior();
	document.getElementById("comments").innerHTML="Low maintenance, durability and flexibility - the Roadmaster Steel Frame Classroom is a turnkey"
+ " solution that will meet your school’s accommodation needs for many years to come. To view our show model, visit our factory in Johnstown, Co. Kilkenny  - just off the new M8 motorway. ";
		
}

function changeframework()
{
	exterior();
	document.getElementById("comments").innerHTML="Framework exposed to display structure.  Finished product clad in co-ordinating plastisol coated steel. ";
}

function lowmainonly()
{
	document.getElementById("comments").innerHTML="Low maintenance, durability and flexibility - the Roadmaster Steel Frame Classroom is a turnkey"
+ " solution that will meet your school’s accommodation needs for many years to come. To view our show model, visit our factory in Johnstown, Co. Kilkenny  - just off the new M8 motorway. ";
		
}

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

}

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

}
