function Displayheaderbar()
{
document.write('<HEAD><TITLE>Forest of Dean Community Radio</TITLE><LINK REL="stylesheet" TYPE="text/css" HREF="./styles.css"></HEAD>');
document.write('<body>');
document.write('<table width="900" border="0"><tr><td width="900" height="2"></td></tr><tr><td width="900">');
document.write('<table border="0"><tr><td><img src="./images/news.h4.jpg" Alt="Forest of Dean Radio Logo" width="150" height="108"  border="0"></td>'); 
document.write('<td colspan=2><img src="./images/banner1.jpg" Alt="Banner - pictures of volunteers" width="750" height="108" border="0"></td></tr><tr><td colspan="3">');
document.write('<SCRIPT>Displaylisten();</SCRIPT>');
document.write('</td></tr></table></td></tr>');
}

function Displayheaderbarwu1()
{
document.write('<HEAD><TITLE>Forest of Dean Community Radio</TITLE><LINK REL="stylesheet" TYPE="text/css" HREF="./styles.css"></HEAD>');
document.write('<body>');
document.write('<table border="0"><tr><td width="900" height="2"></td></tr><tr><td width="900">');
document.write('<table border="0"><tr><td><img src="./images/news.h4.jpg" Alt="Forest of Dean Radio Logo" width="150" height="108"  border="0"></td>'); 
document.write('<td colspan=2><img src="./images/wiredup1.jpg" Alt="Banner - pictures of young volunteers" width="750" height="108" border="0"></td></tr><tr><td colspan="3">');
document.write('<SCRIPT>Displaylistenwp1();</SCRIPT>');
document.write('</td></tr></table></td></tr>');
}

function Displaylisten()
{
document.write('<table border="0" cellpadding=0" cellspacing="0"><tr><td width="120" height="54" valign="middle"  border="0">');
document.write('<a href="http://www.fodradio.org/webstream.m3u"><img src="./images/listenlive.gif" Alt="Link to Listen Live" border="0"></a>');
document.write('<td class="main" width=660" valign="middle" align= "center"><img src="./images/fodr-1.gif" Alt="Forest of Dean Radio in fancy text" border="0"></td>');
document.write('<td width="120" height="54" valign="middle">');
document.write('<a href="http://www.fodradio.org/webstream.m3u"><img src="./images/listenlive.gif" Alt="Link to Listen Live" border="0"></a>');
document.write('</td></tr></table>');
}

function Displaylistenwp1()
{
document.write('<table border="0" cellpadding=0" cellspacing="0"><tr><td width="120" height="54" valign="middle"  border="0">');
document.write('<a href="http://www.fodradio.org/webstream.m3u"><img src="./images/listenlive.gif" Alt="Link to Listen Live" border="0"></a>');
document.write('<td class="main" width=660" valign="middle" align= "center"><img src="./images/ypp1.gif" Alt="Young peoples programmes on Forest of Dean radio" border="0"></td>');
document.write('<td width="120" height="54" valign="middle">');
document.write('<a href="http://www.fodradio.org/webstream.m3u"><img src="./images/listenlive.gif" Alt="Link to Listen Live" border="0"></a>');
document.write('</td></tr></table>');
}


function DisplayFooter()
{
document.write('<table width="900" border="0"><tr><td class="main" colspan="3" width ="894">');
document.write('<CENTER><HR width=900><b>Forest of Dean Radio, Rheola House,Belle Vue Centre,Cinderford, Glos, GL14 2AB<br>Tel: 01594 820722,&nbsp&nbsp&nbsp&nbsp Fax: 01594 820724 </b></CENTER>');
document.write('</td></tr></table></td></tr></table>');
document.write('</body>');
}

BLANK_IMAGE = './images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"green",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[6,2], itemoff:[0,114], leveloff:[21,0], style:STYLE, size:[20,114]},
	{code:"Home","url":"index.html"},
	{code:"Get Involved","url":"joinin.html"},
	{code:"Whats On","url":"schedule.html"},
	{code:"Programmes","url":"progs.html"},
	{code:"About Us","url":"aboutus.html"},
	{code:"Training","url":"training.html"},
	{code:"Contact Us","url":"contact.html"},
	{code:"The Forest","url":"http://www.visitforestofdean.co.uk",target:"_blank"}

];


