// THIS JS DOC CONTAINS A NUMBER OF SCRIPTS FOR THE SMOOTH RUNNING OF THE PAGE

//	THIS FUNCTION CLEARS THE SEARCH FIELD WHEN A USER CLICKS INTO IT
function clearSearch(){
	document.getElementById("searchInput").value = "";
}


function viewPrintFriendly(){
	var altLocation = "?altTemplate=PrintTemplate";
	newWindow = window.open(altLocation, "newWindow","location=0,status=0,menubar=yes,scrollbars=1,width=650,height=700");
}

function printThisPage(){
	document.getElementById("printLine1").style.display = "none";
	document.getElementById("printLine2").style.display = "none";
	window.print();
}

function hideTopNavigation(){
	document.getElementById("topNavigation").style.display = "none"
}

function popup_bigthanks231109(){
	window.open("http://www.theaccessgroup.com/swf/bigthanks/big-thanks-231109.html", "Big thanks - Alistair O'Reilly","menubar=no,width=720,height=620,toolbar=no");
}




