function ViewAllJobsF(){
document.ViewAllJobs.action="QSResult.asp";
document.ViewAllJobs.submit();
}

function JobSearchFunc(){
document.QuickSearch.action="QSResult.asp";
document.QuickSearch.submit();
}
function JobSearchFunc2(SectorType,pageid){
document.QuickSearch.Sector.value=SectorType;
document.QuickSearch.JobTitle.value=JobTitle;
document.QuickSearch.Locations.value=Locations;
document.QuickSearch.pageid.value=pageid;
document.QuickSearch.action="QSResult.asp";
document.QuickSearch.submit();

}
function loadImages(){
	this[1] = new Image();
	this[1].src = "../images/Utilities_S.gif";

	this[2] = new Image();
	this[2].src = "../images/Highways_S.gif";
	
	this[3] = new Image();
	this[3].src = "../images/CE_S.gif";

	this[4] = new Image();
	this[4].src = "../images/Home_S.gif";

	this[5] = new Image();
	this[5].src = "../images/About_S.gif";
	
	this[6] = new Image();
	this[6].src = "../images/Clients_S.gif";

	this[7] = new Image();
	this[7].src = "../images/Contact_S.gif";
	
}
if(document.images) {
	loadImages();
}
