var blurbs = new Array (		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		'',		''	);var pix = new Array (		'balcony', 'camdenpark', 'goldceiling', 'ceilingwork',		'churchdone2', 'churchdone1', 'churchwork', 'mtephraim',		'hall2', 'hallway', 'conservatory', 'ladder',		'overmantle', 'shutters', 'window2', 'windows',		'van', 'fireplace', 'shutters2', 'staircase',		'hawkins', 'petals1', 'petals2', 'garage',		'markadam', 'newbeacon', 'conservatory2', 'chemstrip',		'ornateceiling', 'drapes', 'vanpipers', 'vanoldbury',		'formal', 'lodgewin', 'lodgecons', 'oldburycons',		'hawksmoor3'	);var pw = new Array (		318, 658, 550, 524, 500, 513, 500, 500,		374, 500, 500, 421, 500, 303, 312, 300,		492, 500, 500, 374, 457, 374, 500, 500,		500, 500, 267, 294, 500, 374, 500, 500,		500, 339, 500, 500, 500	);var ph = new Array (		372, 371, 346, 350, 355, 300, 337, 399,		500, 368, 319, 500, 367, 341, 477, 550,		227, 369, 386, 500, 429, 500, 331, 374,		391, 412, 500, 500, 374, 500, 374, 303,		340, 500, 339, 342, 336	);var tw = new Array (		100, 177, 159, 150, 141, 171, 148, 150,		100, 150, 157, 126, 150, 100, 100, 82,		158, 136, 130, 100, 114, 100, 151, 134,		128, 121, 80, 85, 134, 100, 134, 165,		147, 100, 147, 146, 149	);var th = new Array (		117, 100, 100, 100, 100, 100, 100, 120,		134, 110, 100, 150, 110, 113, 153, 150,		73, 100, 100, 134, 107, 134, 100, 100,		100, 100, 150, 145, 100, 134, 100, 100,		100, 147, 100, 100, 100	);var idx;var popup;function popWin (i) {	idx = i;	var ww = pw[i] + 60;	var wh = ph[i] + 100;	popup = window.open ('picpage.html', 'popwin', 'scrollbars=no,resizable=no,width=' + ww + ',height=' + wh);}function showPhoto (p, a) {	var str = "<a href=\"javascript:popWin(" + p + ");\" title=\"See the bigger picture\" onmouseover=\"window.status='See the bigger picture'; return true;\" onmouseout=\"window.status=''; return true;\"><img src=\"pix/" + pix[p] + "-thumb.jpg\" alt=\"" + blurbs[p] + "\" width=\"" + tw[p] + "\" height=\"" + th[p] + "\" border=\"0\" vspace=\"8\" hspace=\"8\"";	if (a) {		str += " hspace=\"4\" align=\"" + a + "\"";	}	str += "><\/a>";		document.write (str);}