<!-- hide this script from non-javascript-enabled browsers
     function popupWindow(popupURL, width, height, scrollbars) {
        // Provide default values
        if(width == null) width = 294;
        if(height == null) height = 584;
        if(scrollbars == null) scrollbars = 'yes';
	   
        // Open window and bring to front
        win = window.open(popupURL, 'popupWin', 'toolbars=0,width='+width+',height='+height+',scrollbars='+scrollbars);   
        win.focus();
    } 
// stop hiding -->


<!-- // hidden email addresses
function footeremail() {
var addf = '<a href="mailto:\u0073\u0074\u0061\u0079\u0040\u0074\u0068\u0061\u0063\u006b\u0077\u006f\u006f\u0064\u0063\u006f\u0074\u0074\u0061\u0067\u0065\u002e\u0063\u006f\u002e\u006e\u007a?subject=Website Enquiry">\u0073\u0074\u0061\u0079\u0040\u0074\u0068\u0061\u0063\u006b\u0077\u006f\u006f\u0064\u0063\u006f\u0074\u0074\u0061\u0067\u0065\u002e\u0063\u006f\u002e\u006e\u007a</a>';
document.write(addf);
}
// EZINE REQUEST FORM
function orderform() {
	var inputstart = '<input type="hidden" name="recipient" value="';
	var mailname = '\u0061\u006e\u006e\u0065';
	var domain = '\u0074\u0061\u0079\u006c\u006f\u0072\u0073\u002e\u0077\u0065\u006c\u006f\u0076\u0065\u0073\u0068\u006f\u0065\u0073' + '\u002e\u0063\u006f\u002e\u006e\u007a';
	var inputend = '" />';
document.write(inputstart + mailname + "\u0040" + domain + inputend);
}
// -->


