		function changesearchtarget(){
								  
		aaa = document.getElementById('cse-search-box')
		aaa.setAttribute('action', 'http://www.health.vic.gov.au/search.htm');
		aaa.setAttribute('target', '_parent');
		
		ddd = document.getElementById('googlesearchinput')
		ddd.setAttribute('value', 'Enter keywords');
	
	}
	
	function clearbox(){
		bbb = document.getElementById('googlesearchinput')
		bbb.setAttribute('value', '');	
	}
	
	function showprintbutton(){
		ccc = document.getElementById('print')					  
		ccc.innerHTML="<a href='#' onclick='javascript:window.print();'><img src='http://www.health.vic.gov.au/images/toplinks/print.gif' height='13' alt='Print this page' />Print</a>";
	}

