// Flash on homepage
var flashvars = {};
var params = {
	wmode: "transparent"
};
var attributes = {};
attributes.id = "flash";
swfobject.embedSWF("/flash/fishbeck_flash.swf", "flash", "921", "504", "9.0.0", false, flashvars, params, attributes);

// Search fix
function changeId(){
	document.getElementById("topSearch").setAttribute("id", "topSearch_alt");
	document.getElementById("jobSearch").setAttribute("id", "jobSearch_alt");
}

// Show and Hide
function show(object,val){
	document.getElementById(object).style.display = val;
}

function hide(object,val){
	document.getElementById(object).style.display = val;
}

function highlite(object,val){
	document.getElementById(object).style.background = val;
}
