// Javascript routines
function dangosllun (llunsrc, teitl, desc) {
document.forms[0].teitl.value = teitl;
document.forms[0].llunsrc.value = llunsrc;
document.forms[0].desc.value = desc;
document.forms[0].submit();
}
function write_banner(level) {
pref = "";
if (level == "down1") pref = "../";
document.writeln ('<div align="center">');
document.writeln('<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td align="left"><table align="left" cellpadding="0" cellspacing="0" border="0"><tr><td background="'+pref+'button.gif" align="center" width="155" height="22"><a href="'+pref+'hafan.html" class="hafanlink">Hafan - Home</a></td></tr><tr><td background="'+pref+'button.gif" align="center"  width="155" height="22"><a href="javascript: history.back();"" class="hafanlink">N&ocirc;l - Back</a></td></tr></table></td><td align="right"><img src="'+pref+'teitl_2002.gif" alt="Nigel Callaghan - www.taliesin.co.uk" width="219" height="50" border="0"></td></tr></table>');

//document.writeln ('<br>');
//document.writeln ('<img src="'+pref+'teitl_2002.gif" alt="Nigel Callaghan - www.taliesin.co.uk" width="219" height="50" border="0"><br><table align="center" cellpadding="0" cellspacing="0" border="0"><tr><td background="'+pref+'button.gif" align="center" width="155" height="22"><a href="'+pref+'hafan.html" class="hafanlink">Hafan - Home</a></td><td background="'+pref+'button.gif" align="center"  width="155" height="22"><a href="javascript: history.back();"" class="hafanlink">N&ocirc;l - Back</a></td></tr></table>');
document.writeln ('</div><hr width="100%" size="2" color="#B8850B">');
}