﻿// Functions for index page
// May 2007 : Javascript
// Tim Surtell @ Clario

function SetupPage()
	{
	// Setup expanding table
	SetupExpandingTable('job_view_ajax.aspx?JobID=', false, true, true)
	
	// Send Site to a Friend
	AutoSendSiteToAFriend()
	}
//************************************************************************************************************
function SpecialismChanged(Sector)
	{
	// Do nothing
	}
//************************************************************************************************************
function EmployerTypeChanged(EmployerType)
	{
	// Do nothing
	}
//************************************************************************************************************
function AreaChanged(Area)
	{
	// Do nothing
	}
//************************************************************************************************************
function CurrencyChanged(Currency)
	{
	// Do nothing
	}
