
function openWin(url, width, height) {
	var win
	var windowName
	var params
	
	windowName  = "Links";
	params      = "toolbar=0,";
	params     += "location=0,";
	params     += "directories=0,";
	params     += "status=0,";
	params     += "menubar=0,";
	params     += "scrollbars=1,";
	params     += "resizable=1,";
	params     += "top=50,";
	params     += "left=50,";
	
	params += "width=750,height=400";
	
	win = window.open(url, windowName, params);
}
function goRed(){
	var el = window.event.srcElement;
	el.style.color = "#CC6600";
}
function goGreen(){
	var el = window.event.srcElement;
	el.style.color = "#009933";
}
function goBlack(){
	var el = window.event.srcElement;
	el.style.color = "#000000";
}
function sendmail (address) {
	address = address.split("*"); // Change the * to any string for better personalization
	address = address.join("@");
	window.open ("mailto:"+address+"?subject=The ZIC Website","_blank");
}

function headerHTML(level)
{
	var path;
	var pageLevel = level;
	for (var i = 0; i < pageLevel; i++)
	{
		path += "../";
	}
	document.write('<table cellSpacing="2" cellPadding="2" width="100%" align="center" border="0">');
	document.write('<tr>');
	document.write('<td>');
	document.write('<a href=path+"index.htm">');
	document.write('<img border="0" height="61" width="165" alt="The Zimbabwe Information Centre Logo" src=path+"images/ZIC_logo_165px.gif">');
	document.write('</a>');
	document.write('</td>');
	document.write('<td align="center">');
	document.write('<img align="center" src=path+"images/news.gif" WIDTH="226" HEIGHT="60">');
	document.write('</td>');
	document.write('<td>');
	document.write('<img height="61" width="105" alt="The Zimbabwe Flag" src=path+"images/zimbabweflag110.gif" align="right" border="0">');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');

}
function headerHTML()
{
	document.write('<table cellSpacing="2" cellPadding="2" width="100%" align="center" border="0">');
	document.write('<tr>');
	document.write('<td>');
	document.write('<a href="index.htm">');
	document.write('<img border="0" height="61" width="165" alt="The Zimbabwe Information Centre Logo" src="images/ZIC_logo_165px.gif">');
	document.write('</a>');
	document.write('</td>');
	document.write('<td align="center">');
	document.write('<img align="center" src="images/news.gif" WIDTH="226" HEIGHT="60">');
	document.write('</td>');
	document.write('<td>');
	document.write('<img height="61" width="105" alt="The Zimbabwe Flag" src="images/zimbabweflag110.gif" align="right" border="0">');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
		
}

function leftLinkTableHTML()
{

	document.write('<table border="0" width="100%">');
	document.write('<tr>');
	document.write('<td width="20%"></td>');
	document.write('<td><font face="Arial Narrow" size="5">');
	document.write('<p onMouseOver="goBlack()" onMouseOut="goRed()"><a href="index.htm"><font COLOR="#CC6600">Home</font></a>');
	document.write('<br onMouseOver="goBlack()" onMouseOut="goRed()"><a href="news.htm"><font COLOR="#CC6600">News</font></a>');
	document.write('<br onMouseOver="goBlack()" onMouseOut="goRed()"><a href="events.htm"><font COLOR="#CC6600">Events</font></a>');
	document.write('<br onMouseOver="goBlack()" onMouseOut="goRed()"><a href="donations.htm"><font COLOR="#CC6600">Donations</font></a>');
	document.write('<br onMouseOver="goBlack()" onMouseOut="goRed()"><a href="membership.htm"><font COLOR="#CC6600">Membership</font></a>');
	document.write('<br onMouseOver="goBlack()" onMouseOut="goRed()"><a href="aboutus.htm"><font COLOR="#CC6600">About Us</font></a></p>');
	document.write('</font></td>');
	document.write('</tr>');
	document.write('</table>');

}

function rightLinkTableHTML()
{

	document.write('<table border="1" bgcolor="#009933" align="right" width="105" bordercolor="#009933">');
	document.write('<tr>');
	document.write('<td colspan="2">');
	document.write('<font FACE="Arial Narrow" SIZE="5" color="yellow">You can make a difference</font>');
	document.write('</td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td colspan="2">');
	document.write('<hr color="#CC6600">');
	document.write('</td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td height="50" vAlign="top"><img height="11" src="images/blue.gif" width="11"></td>');
	document.write('<td height="50" vAlign="top"><font FACE="Arial Narrow" SIZE="4" color="white">Make a </font><a href="donations.htm"><b><font FACE="Arial Narrow" SIZE="4" color="white">donation</font></b></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td height="65" vAlign="top"><img height="11" src="images/blue.gif" width="11"></td>');
	document.write('<td height="65" vAlign="top"><font FACE="Arial Narrow" SIZE="4" color="white">Support Zimbabwe at an </font><a href="events.htm"><font FACE="Arial Narrow" SIZE="4" color="white"><b>event</b></font></a></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td height="65" vAlign="top"><img height="11" src="images/blue.gif" width="11"></td>');
	document.write('<td height="65" vAlign="top"><a href="action.htm"><font FACE="Arial Narrow" SIZE="4" color="white"><b>Lobby</b></a></font> <font FACE="Arial Narrow" SIZE="4" color="white">your local Government member</font></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td height="50" vAlign="top"><img height="11" src="images/blue.gif" width="11"></td>');
	document.write('<td height="50" vAlign="top"><font FACE="Arial Narrow" SIZE="4" color="white">Become a </font><a href="membership.htm"><font FACE="Arial Narrow" SIZE="4" color="white"><b>member</b></font></a><font FACE="Arial Narrow" SIZE="4" color="white"> of the ZIC</font></td>');
	document.write('</tr>');
	document.write('</table>');

}

function footerLinkTableHTML()
{

	document.write('<table cellspacing="20" align="center">');
	document.write('<td onMouseOver="goBlack()" onMouseOut="goRed()">');
	document.write('<a href="donations.htm">');
	document.write('<font FACE="Arial Narrow" SIZE="4" COLOR="#cc6600"><b>MAKE A DONATION</b></font>');
	document.write('</a>');
	document.write('</td>');
	document.write('<td></td>');
	document.write('<td onMouseOver="goBlack()" onMouseOut="goRed()">');
	document.write('<a href="events.htm">');
	document.write('<font FACE="Arial Narrow" SIZE="4" COLOR="#cc6600"><b>SUPPORT AN EVENT</b></font>');
	document.write('</a>');
	document.write('</td>');
	document.write('<td></td>');
	document.write('<td onMouseOver="goBlack()" onMouseOut="goRed()">');
	document.write('<a href="membership.htm">');
	document.write('<font FACE="Arial Narrow" SIZE="4" COLOR="#cc6600"><b>BECOME A MEMBER</b></font>');
	document.write('</a>');
	document.write('</td>');
	document.write('</table>');
	document.write('<table align="center" cellspacing="20">');
	document.write('<TR>');
	document.write('<td>');
	document.write('Queries or problems with the web page - contact the:- <a href="javascript://" onClick="sendmail(\"webmaster*zic.com.au\");return false">webmaster</a>');
	document.write('</TD>');
	document.write('</TR>');
	document.write('<tr>');
	document.write('<td align="center">');
	document.write('<FONT face="Arial Narrow" size="-1" color="#C0C0C0">All material Copyright ZIC</FONT>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');

}
