function DrawLegalFooter( GlobalSiteID , hrefClass ) {
	if( GlobalSiteID.length < 1 ) 
	{
		GlobalSiteID=1
	}
			
	document.write('Queries? Send us an <a href="#" onclick="OpenContacts(\'' + GlobalSiteID + '\'); return false;" class="' + hrefClass + '">e-mail</a>, visit the <a href="#" onclick="openFAQ();" class="' + hrefClass + '">FAQ page</a> or the <a href="#" onclick="OpenDecoder(\'' + GlobalSiteID + '\'); return false;" class="' + hrefClass + '">Parental Control Guide</a> or <a href="#" onclick="OpenAgeRestriction(\'' + GlobalSiteID + '\'); return false;" class="' + hrefClass + '">Age Restriction</a>.<br>&copy; 2007 Electronic Media Network (PTY) LTD. All rights reserved.<br>');
	document.write('All persons visiting the M-Net or associated web sites, shall automatically be bound by the <a href="#" onclick="OpenLegalDisclaimer(\'' + GlobalSiteID + '\'); return false;" class="' + hrefClass + '">terms of use</a> and <a href="#" onclick="OpenCopyrightProvision(\'' + GlobalSiteID + '\'); return false;" class="' + hrefClass + '">copyright provision.</a> Mnet  <a href="http://www.mnet.co.za/mnet/InformationAct/InformationAct.doc" target="_blank" class="' + hrefClass + '">Information Act</a><br>'); document.write('This site has been developed to support IE 4.5 and above.');
}

function OpenLegalDisclaimer( GlobalSiteID ) {
	theURL = "http://www.mnet.co.za/MNet/Global/LegalDisclaimer.asp?GlobalSiteID=" + GlobalSiteID;
	wname ="ChromelessLegalDisclaimer";
	W=666;
	H=478;
	xWinPos = (parseInt(screen.width) - parseInt(W))/2;
	yWinPos = ((parseInt(screen.height) - parseInt(H))/2)-30;
	var wFeatures = "scrollbars=yes, width=" + W + ", height=" + H + ", top=" + yWinPos + ", left=" + xWinPos + "";
	window.open( theURL, wname, wFeatures );
}

function OpenCopyrightProvision( GlobalSiteID ) {
	theURL = "http://www.mnet.co.za/MNet/Global/CopyrightProvision.asp?GlobalSiteID=" + GlobalSiteID;
	wname ="ChromelessCopyrightProvision";
	W=666;
	H=478;
	xWinPos = (parseInt(screen.width) - parseInt(W))/2;
	yWinPos = ((parseInt(screen.height) - parseInt(H))/2)-30;
	var wFeatures = "scrollbars=yes, width=" + W + ", height=" + H + ", top=" + yWinPos + ", left=" + xWinPos + "";
	window.open( theURL, wname, wFeatures );
}

function OpenPolicy() {
	theURL = "http://www.mnet.co.za/MNet/Global/PrivacyPolicy.asp";
	wname ="ChromelessPolicy";
	W=666;
	H=478;
	xWinPos = (parseInt(screen.width) - parseInt(W))/2;
	yWinPos = ((parseInt(screen.height) - parseInt(H))/2)-30;
	var wFeatures = "scrollbars=yes, width=" + W + ", height=" + H + ", top=" + yWinPos + ", left=" + xWinPos + "";
	window.open( theURL, wname, wFeatures );
}

function OpenSMI( GlobalSiteID ) {
	theURL = "http://www.mnet.co.za/MNet/Global/SMIHelp.asp";
	wname ="ChromelessSMI";
	W=650;
	H=478;
	xWinPos = (parseInt(screen.width) - parseInt(W))/2;
	yWinPos = ((parseInt(screen.height) - parseInt(H))/2)-30;
	var wFeatures = "scrollbars=yes, width=" + W + ", height=" + H + ", top=" + yWinPos + ", left=" + xWinPos + "";
	window.open( theURL, wname, wFeatures );
}

function OpenDecoder() {
	theURL = "http://www.mnet.co.za/MNet/Global/DecoderFeatures.asp";
	wname ="ChromelessDecoder";
	W=650;
	H=478;
	xWinPos = (parseInt(screen.width) - parseInt(W))/2;
	yWinPos = ((parseInt(screen.height) - parseInt(H))/2)-30;
	var wFeatures = "scrollbars=yes, width=" + W + ", height=" + H + ", top=" + yWinPos + ", left=" + xWinPos + "";
	window.open( theURL, wname, wFeatures );
}

function OpenContacts( GlobalSiteID ) {
	theURL = "http://www.mnet.co.za/MNet/Global/Contacts.asp?GlobalSiteID=" + GlobalSiteID;
	wname ="ChromelessContacts";
	W=666;
	H=478;
	xWinPos = (parseInt(screen.width) - parseInt(W))/2;
	yWinPos = ((parseInt(screen.height) - parseInt(H))/2)-30;
	var wFeatures = "scrollbars=yes, width=" + W + ", height=" + H + ", top=" + yWinPos + ", left=" + xWinPos + "";
	window.open( theURL, wname, wFeatures );
}
function openFAQ() {
	var theURL = "http://www.mnet.co.za/MNet/faq/faq.asp";
	var wname ="faq";
	var W=503;
	var H=425;
	xWinPos = (parseInt(screen.width) - parseInt(W))/2;
	yWinPos = ((parseInt(screen.height) - parseInt(H))/2)-30;
	var wFeatures = "scrollbars=no, width=" + W + ", height=" + H + ", top=" + yWinPos + ", left=" + xWinPos + "";
	window.open( theURL, wname, wFeatures );
	
}
function OpenAgeRestriction( GlobalSiteID ) {
	theURL = "http://www.mnet.co.za/MNet/Global/AgeRestriction.asp?GlobalSiteID=" + GlobalSiteID;
	wname ="ChromelessAgeRestriction";
	W=665;
	H=478;
	xWinPos = (parseInt(screen.width) - parseInt(W))/2;
	yWinPos = ((parseInt(screen.height) - parseInt(H))/2)-30;
	var wFeatures = "scrollbars=yes, width=" + W + ", height=" + H + ", top=" + yWinPos + ", left=" + xWinPos + "";
	window.open( theURL, wname, wFeatures );
}