﻿function MatchboxFooter(ClientID,AffiliateID,IsRedmatchHomePage)
{

	var strAdd
	strAdd = ""		
	/*strAdd += "\n<center>";
	if(typeof(drowBanner)=='function') strAdd += drowBanner();
	strAdd += "\n<table cellpadding=\"4\" cellspacing=\"0\" border=\"0\">";
	strAdd += "\n <tr><td><img src=\"" + ("../images/pixel.gif") + "\" width=\"1\" height=\"5\"></td></tr>  ";
	strAdd += "\n <tr>";
	if(ClientID!='')
	{
		strAdd += "\n  <td nowrap><a href=\"javascript:ClientHomePage('" + ClientID + "','" + AffiliateID + "','" + IsRedmatchHomePage + "')\" class=\"FNT_BottomTxt\">Home</a></td>";
	}
	else
	{
		strAdd += "\n  <td nowrap><a href=\"javascript:ClientHomePage('" + ClientID + "','" + AffiliateID + "','" + IsRedmatchHomePage + "')\" class=\"FNT_BottomTxt\">Home</a></td>";
		strAdd += "\n  <td><font class=\"FNT_BottomTxt\">|</font></td>";
		strAdd += "\n  <td nowrap><a href=\"javascript:goToContactUs( parent.redmatchUserCount, false, " + AffiliateID + " )\" class=\"FNT_BottomTxt\">Technical Support</a></td>";
		strAdd += "\n  <td><font class=\"FNT_BottomTxt\">|</font></td>";
		strAdd += "\n  <td nowrap><a href=\"javascript:goToSatatic('help.html')\" class=\"FNT_BottomTxt\">Help</a></td>";
		if(InstallationTypeId!=3)
		{
			strAdd += "\n  <td><font class=\"FNT_BottomTxt\">|</font></td>";
			strAdd += "\n  <td nowrap><a href=\"javascript:OpenPopUpWindow2('" + AffiliateID + "')\" class=\"FNT_BottomTxt\">Privacy Policy</a></td>";
			strAdd += "\n  <td><img src=\"../images/pixel.gif\" width=\"20\" height=\"1\"></td>   ";
		}
	}
	strAdd += "\n </tr>";
	strAdd += "\n <tr><td><img src=\"../images/pixel.gif\" width=\"1\" height=\"5\"></td></tr>  ";
	strAdd += "\n</table>";
	strAdd += Footer(FooterName);	
	strAdd += "\n</center>";
	
	strAdd +="\n<center>";
	strAdd +="\n	<TABLE>"
	strAdd +="\n	<TR>"
	strAdd +="\n		<TD align=\"center\">"
	strAdd +="\n			<a href=\"" + HomePageURL + "\" title=\"Powered by Redmatch Recruiter: Online Recruitment and Applicant Tracking System\">"
	strAdd +="\n				<IMG src=\"../images/PoweredByRedmatch.gif\" border=\"0\"/>"
	strAdd +="\n			</a>"
	strAdd +="\n		</TD>"
	strAdd +="\n	</TR>"
	strAdd +="\n	<TR>"
	strAdd +="\n		<TD align=\"center\">"
	strAdd +="\n			<a href=\"" + HomePageURL + "\" class=\"FNT_RedSmallTxt\">"
	strAdd +="\n				Powered by Redmatch Recruiter: Online Recruitment and Applicant Tracking System"	
	strAdd +="\n			</a>"
	strAdd +="\n		</TD>"
	strAdd +="\n	</TR>"
	strAdd +="\n</TABLE>"
	strAdd +="\n</center>";*/

	var tmp = ( typeof( sFooterURL ) == 'undefined' ) ? '' : sFooterURL;

	strAdd += ExtenalFooter(tmp)

	return strAdd
	}	


function ExtenalFooter(sFooterURL)			
{
	if (sFooterURL == '')
	    return '';
	return '<IFRAME name="MyIframe" id="MyIframe" src=' + sFooterURL + ' frameborder="0" style="width:100%;height:100px"></IFRAME>';
}	
function OpenPopUpWindow2(lAffiliateID)
{
var URL = ""
URL = "c.asp?action=employee.privacy.init&amp;AffiliateId=" + lAffiliateID
window.open(URL, "Privacy","menubar=no,width=560,height=420,top=50,left=50,scrollbars=1,resizable=no, directories=0, status=0, toolbar=0, location=0");
}	
