var LOGIK_CONTACT_NUMBER = "(012) 657-4444";
var LOGIK_WEBSITE = "";

if(top.frames.length<2)document.location = "/index.asp?PAGE="+document.location.href.substring(document.location.href.indexOf("/", 10))
function writeFooter(){
document.write('<br clear="all" style="line-height: 1px; overflow: hidden" />'+
			'<table id="copyright" width="98%" cellpadding="0" cellspacing="2" align="center">'+
			'	<tr valign="top">'+
			'		<td align="left" style="padding:3px"><script language="JavaScript1.2" type="text/javascript">writeCopy();</script></td>'+
			'		<td align="right" valign="middle"><script language="JavaScript1.2" type="text/javascript">writeTop();</script></td>'+
			'	</tr>'+
			'</table>')
}

function writeCopy(){
	document.write("<table width='350' align='left' cellpadding='0' cellspacing='0'><tr><td colspan='3' class='copy' style='border:0px;color:blue;font-size:13px!important;font-weight:bold!important' align='center'><em style='font-style:italic;font-weight:bold!important;'>Vulindlela - To Open The Way</em></td></tr><tr><td colspan='3' style='border:0px;border-bottom:1px solid #b1b1b1' align='center' class='copy'>Copyright &copy; 2001 National Treasury - Vulindlela</td></tr><tr><td width='110' class='copy' nowrap>Website</td><td width='10' class='copy'>:</td><td class='copy' style='border:0px' align='left'><a href='http://www.vulindlela.gov.za/' target='_new' class='copy'>http://www.vulindlela.gov.za</a></td></tr><tr><td class='copy' nowrap>Contact Center Tel</td><td class='copy'>:</td><td style='border:0px' align='left' class='copy' height='10'>"+LOGIK_CONTACT_NUMBER+"</td></tr><tr><td class='copy' nowrap>Webmaster</td><td class='copy'>:</td><td style='border:0px' align='left' class='copy' height='10' class='copy'><a class='copy' href='mailto:Stefan.Labuschagne@treasury.gov.za?Subject=Vulindlela website'>Stefan Labuschagne</a></td></tr></table>");
}

function writeTop(){
	document.write('<table id="topTable" align="right"><tr><td align="right" width="10"><a href="#top"><img src="/images/up_new.gif" border="0"></a></td><td nowrap="yes" style="width:90px;vertical-align:middle;align:right"><a href="#top" style="color:black;font-weight:bold">&nbsp;Top of Page&nbsp;</a></td><td align="left" width="10"><a href="#top"><img src="/images/up_new.gif" border="0"></a></td></tr></table><br />&nbsp;&nbsp;<br />');
}

function enableFeedback(){
	if(document.all && top.parent.toolFrm && top.parent.toolFrm.document.all['feedbackBTN']) 
	top.parent.toolFrm.document.all['feedbackBTN'].style.visibility='visible';
	window.attachEvent("onunload", hideFeedback);
}

function hideFeedback(){
	if(document.all && top.parent.toolFrm && top.parent.toolFrm.document.all['feedbackBTN'])
		top.parent.toolFrm.document.all['feedbackBTN'].style.visibility='hidden';
}

/*
exportExcellBTN -> Test Only sl 6 November 2006
*/
function enableExcellDownload(){
	if(document.all && top.parent.toolFrm && top.parent.toolFrm.document.all['exportExcellBTN']) 
		{
		top.parent.toolFrm.document.all['exportExcellBTN'].style.visibility='visible';	
		window.attachEvent("onunload", hideExcellDownload);
		}
}

function hideExcellDownload(){
	if(document.all && top.parent.toolFrm && top.parent.toolFrm.document.all['exportExcellBTN'])
		top.parent.toolFrm.document.all['exportExcellBTN'].style.visibility='hidden';
}