
function largeimages(l) {
	
var link = l;

document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');

document.write('<html xmlns="http://www.w3.org/1999/xhtml">');

document.write('<head>');

document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />');

document.write('<title>Derby Ceilings &amp; Interiors Limited - Gallery</title>');

document.write('<link rel="stylesheet" type="text/css" href="gallerystyling.css" />');

document.write('<link href="ceiling.css" rel="stylesheet" type="text/css" />');

document.write('</head>');

document.write('<body>');

document.write('<div id="container">');

document.write('  <div id="headergallery">');

document.write('    <a href="/"><img src="gfx/spacer.gif" alt=""  width="440" height="70" style="float:left"/></a>');

document.write('	<img src="gfx/spacer.gif" alt=""  width="120" height="70" style="float:right"/>');

document.write('	<div id="location">Location - <span class="grey">Gallery</span><br />');

document.write('    </div>');

document.write('  </div>');

document.write('	<div id="contentgallery">');

document.write('		<a href="gallery.html"><img src="'+ link +'" width="640" height="480" alt="Click image to return to the main gallery" class="imgthumbs" /></a>');

document.write('		<div class="textdiv">');

document.write('		<p><a href="gallery.html" class="gallery">Return to gallery<a/></p>');

document.write('		</div>');

document.write('	</div>');

document.write('</div>');

document.write('<div id="footer">');

document.write('<div id="footer-content"> ');

document.write('  <div id="address"><span class="blue"><b>Derby Ceilings &amp; Interiors Limited</b></span>');

document.write('    <br />');

document.write('    Little Chester House, 222 Mansfield Road, <br />Chester Green, Derby, DE1 3RB');

document.write('    <br />');

document.write('    Tel:  01332 297 111 -  Fax: 01332 296 479  -  Mobile: 07973 908 358');

document.write('    <br />');

document.write('  Email:<a href="mailto:info@derbyceilings.com"> info@derbyceilings.com</a></div>');
  
document.write('  </div>');

document.write('</div>');

document.write('</body>');

document.write('</html>');


}