<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "5"		// ADD HEIGHT TO ALL PAGES

var phone		= "no"		// SHOW PHONE NUMBER
var phoneLR		= "right"	// phone LEFT OR RIGHT
var phoneX		= "5"		// phone X LOCATION
var phoneY		= "4"		// phone Y LOCATION



document.write('<br>');




// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Subscribe<br></legend>');

document.write('If you have difficulty getting your magazine every month you can also subscribe. It is only 7.50 for the next 12 issues. <a href="http://www.ybapublications.co.uk/thehockleyflyerstore//contents/en-uk/d1.html">Subscribe...</a><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}







// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Advertising<br></legend>');

document.write('Classifieds: <a href="http://www.ybapublications.co.uk/thehockleyflyerstore/">Click here...</a>  Display: <a href="hf_advertising.htm">Click here...</a><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}






// START SIDEBAR MENU //


document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
if (phone == "yes") {
document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; TOP: '+phoneY+'px" class="menu-note">');

document.write('Latest issue<br>');

document.write('</div>');
}

document.write('<a href="hf_newsletter.htm" class="menuSidebar">Newsletter</a>');

document.write('<a href="hf_events.htm" class="menuSidebar">Events</a>');

document.write('<a href="hf_planning.htm" class="menuSidebar">Planning</a>');

document.write('<a href="hf_editorial.htm" class="menuSidebar">Latest Editorial</a>');

document.write('<a href="http://www.ybapublications.co.uk/thehockleyflyerarchive" class="menuSidebar">News Archives</a>');

document.write('<a href="hf_covers.htm" class="menuSidebar">Front Covers</a>');

document.write('<a href="http://www.jqa.org.uk" class="menuSidebar">Jewellery Quarter Association</a>');

document.write('</td></tr></table><br>');


// END SIDEBAR MENU //




// START PHONE NUMBER IN TOP MENU

   

// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->