	function swapImage(picname) {
		document.getElementById('bigimage').src='images/' + picname ;
		return false;
	}
	
var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have

// living space //
content[0]='It may have originally been intended as just \'a place for plants\', but the contemporary conservatory is now used for many different purposes - as a dining room, sitting room, games room, study, or even a kitchen - designed for living night and day, all year through.<p class="tiny">Adding a conservatory as an extra room to an existing building is perfect in situations where a conventional extension simply would not work, or would not be permitted.<p class="tiny">Always designed in character with the house, the Machin fits easily on to buildings of every period: as comfortable with a contemporary structure, as with a Georgian mansion, or timber-frame cottage. It can be free-standing, or used to link adjoining buildings in a sympathetic and practical manner. It can be fitted into corners, extended from straight walls, or placed atop a ground-floor extension.'
content[1]='Skillfully constructed from low maintenance materials at the company\'s workshop in County Durham, the Machin conservatory is structurally sound and in keeping with environmental and building codes throughout the world. Machin\'s aluminium system is well-suited for any size building and offers several different roofing options, from the graceful curves of the Ogee, to the straight classical roof... produced and fitted specifically for your home.<p class="tiny">The modern conservatory\'s living space is multipurpose with light and heat also being taken into consideration. Whilst central heating increases the year-round use, Machin roof blinds help to keep it cool in summer. Ventilation is state-of-the-art in the Machin conservatory, with easily operable side windows and roof vents operated either manually or automatically. All that remains for you to decide is what to put inside your conservatory.'

// living in the city //
content[2]='Town conservatories are particularly special. Often hidden away in back gardens, sometimes perched on top of apartment roofs, covering a terrace, balcony, or as a glazed rear extension, but always providing much needed light and space in areas otherwise unused and dismissed as awkward.<p class="tiny">In the confines of the city, the conservatory provides a means of expansion where space is a scarce commodity and traditional construction methods are often impractical. A Machin town house conservatory may be the most pragmatic solution used to squeeze on an extra floor or room.<p class="tiny">The versatility of Machin\'s designs means that almost any space can be adapted for use, often with spectacular results.'
content[3]='Machin conservatories can be seen all over the world, built high among the roof tops where their inhabitants benefit from maximum sunlight and spectacular views.<p class="tiny">The demands of city living inspires the creative use of light and space, from kitchens and living rooms to offices, pool covers and garden rooms. High quality glazing is a standard feature of all Machin  conservatories, ensuring total peace of mind, even with extra-large window panes.<p class="tiny">Expert advice can be given on practical considerations such as heating and lighting of your conservatory. Sources of heat might include low-level radiators, central or underfloor heating, whilst wiring might be necessary for appliances, ceiling fans and lights, wall-lights, table lamps, and lighting in the garden outside.'

// The Aluminium System //

content[4]='Machin offers a structural system which allows for a number of different design and style possibilities, whilst taking into consideration such critical factors as planning, budget and of course the many different environmental and building regulations encountered worldwide.<p class="tiny">Large unsupported roof spans are made possible via the Machin build system.The curved Ogee roof is double glazed, using clear polycarbonate, which allows for the broad span required on more extensive projects, such as pool houses.A straight roof is an alternative, in which case double glazed sealed units of toughened safety glass are used.'
content[5]='If requested, Machin conservatories can be constructed from both aluminium and timber. Using the aluminium wide span roofing system with timber side frames - usually manufactured in Western Red Cedar - creates the opportunity to specify several different window and door styles. <p class="tiny">All Machin conservatories are designed and manufactured to the highest possible standard, taking into account low maintenance levels and whenever possible, international quality standards and relevant codes of practice.'

// Design Service //

content[6]='Machin conservatories are designed and handmade at the company\'s workshops in County Durham, United Kingdom, where skilled draughtspeople and craftsman are supported by state-of-the art technology.<p class="tiny">Working with this simple philosophy in mind has resulted in Machin continually setting new standards in design and construction for a discerning international audience and creating a distinctive style for which it has become popular throughout the world. Machin recognises that the most important ingredient in creating the perfect conservatory is listening to you.<p class="tiny">So, the first step in the planning process is to talk through your proposed conservatory on site with a Machin design consultant. This allows the designer to see the house and surroundings and discuss the design with you from both a practical and aesthetic viewpoint.<p class="tiny">Advice is given on relevant building requirements and obtaining planning permission. An outline plan and quotation is then drawn up and a second consultation arranged to discuss more detail.'
content[7]='Machin works closely with all its customers, from the initial design through to installation. The company also works with specifiers and architects operating on behalf of their clients on residential and commercial projects.<p class="tiny">If you would like to speak with a designer in your area to discuss the many benefits of the Machin conservatory, please contact us on the numbers provided on the back of this brochure.'

// etc... //

content[8]=''
content[9]=''

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML=''+whichcontent+''
}
else if (document.layers){
document.d1.document.d2.document.write(''+whichcontent+'')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2