﻿// Functions for index page
// May 2007 : Javascript
// Tim Surtell @ Clario

// Flash fix
theObjects = document.getElementsByTagName("object");

for (var i = 0; i < theObjects.length; i++)
	{
	theObjects[i].outerHTML = theObjects[i].outerHTML;
	}
	
function SetupPage()
	{
	// Setup expanding table
	SetupExpandingTable('job_view_ajax.aspx?JobID=', false, true, true)
	
	// Send Site to a Friend
	AutoSendSiteToAFriend()
	}
//************************************************************************************************************
function SpecialismChanged(Specialism)
	{
	// Do nothing
	}
//************************************************************************************************************
function AreaChanged(Area)
	{
	// Do nothing
	}
