var content=new Array()
content[0]='<p>We offer a range of services to cater for your needs and requirements.</p><p><br />Please click on the categories on the left to find out exactly what we can do for you!</p>'
content[1]='Here\'s a section ideal for all you rail enthusiasts!<br /><br />This selection is only for starters - so watch this space!'
content[2]='Everything from tranquil river scenes to sunsets and flowers.'
content[3]='If you are totally deranged this will suit you down to the ground!<br /><br />Everything from revolving toilets to flying hot water bottles!'
content[4]='New section this! Choose from David Beckham, Dr Who or one of his cuddly daleks! Lots more to come!'
content[5]='Another new section here - awaiting some masterpieces from Ethel and Percy!'
content[6]='Have a \'butchers\' at our Chrissy selection! More to come!'
content[7]='Another exciting new one that is being built at this very moment!'
content[8]='Dogs, cute adorable pussycats and our feathered friends as well! Big \"aah\" factor!'
content[9]='Here\'s your chance to have a \'Spitting Image\' style caricature portrait done! All we need is a good photo to work from. With Christmas coming up these make ideal gifts!'
content[10]='Have a beautiful portrait of your pet!  All we need is a good photo to work from.  With Christmas coming up these make ideal gifts!'
content[11]='Have that personal message written inside a card for that special someone! There\'s nothing like that personal touch!'

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