function doneLoading()
	{
	}

function onActionAmazonSearch(formCalling)
	{						
	document.theAmazonSearchForm.action	="http://www.amazon.com/gp/search?ie=UTF8&keywords=" + document.theAmazonSearchForm.textAmazonBookSearch.value + "&tag=germposthist-20&index=books&linkCode=ur2&camp=1789&creative=9325" ;
	document.theAmazonSearchForm.target ="_AmazonWindow" ;
	document.theAmazonSearchForm.submit() ;
	}

