 
 function makeMenu(thisheadline) {
 var menustring = '';
// 	    
if (thisheadline == 'Welcome')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="index.htm" title="Back to Welcome page">Welcome</a></h3>';}
//     
if (thisheadline == 'Allen Ginsberg in Liverpool')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="AllenGinsberginLiverpool.htm" title="You took him to the Cavern; he jammed...">Allen Ginsberg in Liverpool</a></h3>';}
//     
if (thisheadline == 'In Queer Street')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="InQueerStreet.htm" title="I ransack the pockets of my pants and jackets...">In Queer Street</a></h3>';}
//     
if (thisheadline == 'Grandma Potts Had an Unmarked Grave')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="GrandmaPottsHadanUnmarked.htm" title="Every week, Nanna and I would board a green...">Grandma Potts Had an Unmarked Grave</a></h3>';}
//     
if (thisheadline == 'Hydrangeas')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="Hydrangeas.htm" title="In the garden wall, I hide a brass threepenny bit...">Hydrangeas</a></h3>';}
//     
if (thisheadline == 'Ahh, Bisto')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="AhhBisto.htm" title="Redbridge stands by the dock on a wooden crate...">Ahh, Bisto</a></h3>';}
//     
if (thisheadline == 'Dock Boy')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="DockBoy.htm" title="I worked down at the old Wapping Dock Warehouse...">Dock Boy</a></h3>';}
//     
if (thisheadline == 'Cousin Frank')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="CousinFrank.htm" title="I never knew Frank, shot down over Germany...">Cousin Frank</a></h3>';}
//     
if (thisheadline == 'Cueva de las Manos, Patagonia')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="CuevadelasManosPatagonia.htm" title="We press hands on cave walls, blow paint...">Cueva de las Manos, Patagonia</a></h3>';}
//     
if (thisheadline == 'Guernica by Picasso')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="GuernicabyPicasso.htm" title="Even after all these years, the women are still screaming...">Guernica by Picasso</a></h3>';}
//     
if (thisheadline == 'Christmas Eve on Hilbre Island')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="ChristmasEveonHilbreIslan.htm" title="Evening descends...">Christmas Eve on Hilbre Island</a></h3>';}
//     
if (thisheadline == 'Walking to Hilbre')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="WalkingtoHilbre.htm" title="Grandad, you wake forgetting...">Walking to Hilbre</a></h3>';}
//     
if (thisheadline == 'Life’s Beats')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="Life_sBeats.htm" title="Douglas and I sit in the outdoors café in Köln">Life’s Beats</a></h3>';}
//     
if (thisheadline == 'Receptacle')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="Receptacle.htm" title="You desired to make me your receptacle...">Receptacle</a></h3>';}
//     
if (thisheadline == 'Comic’s Last Tour')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="Comic_sLastTour.htm" title="You nurse the dog-end of the aged...">Comic’s Last Tour</a></h3>';}
//     
if (thisheadline == 'Mooching in Grandad’s Dresser Drawer')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="MoochinginGrandad_sDresse.htm" title="The aroma of his cigars hit my seven-year-old nostrils...">Mooching in Grandad’s Dresser Drawer</a></h3>';}
//     
if (thisheadline == 'Sixties Poster Boy')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="SixtiesPosterBoy.htm" title="Emblazoned on my Sixties bedroom wall...">Sixties Poster Boy</a></h3>';}
//     
if (thisheadline == 'The Bombers of Mossley Hill')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="TheBombersofMossleyHill.htm" title="I had read in a comic the details of the how-to...">The Bombers of Mossley Hill</a></h3>';}
//     
if (thisheadline == 'Ebb Tide')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="EbbTide.htm" title="Cradled by the music of the river...">Ebb Tide</a></h3>';}
//     
if (thisheadline == 'Walt Whitman Suite')  { menustring += '<h3 style="margin-top:0">' +thisheadline + '</h3>';}
else {menustring+= '<h3><a href="AWaltWhitmanSuite.htm" title="I traveled to the front to find my brother...">Walt Whitman Suite</a></h3>';}
// 
document.write(menustring);	 

 }
 
 
 
function popupEbook(fileURL,top,height,left,width) 
{
 windowOptions = "resizable=yes";
 windowOptions += "width=" + width + ",height=" + height + ",top=" + top + ",left=" + left;
 window.open(fileURL,"popwindow",windowOptions)
}
 
 
 
