function catalogueLink(ISBN){
catWindow = window.open('/literature/bookscatalogue.asp?URL=https://ecommerce.tandf.co.uk/catalogue/DirectLink.asp?ResourceCentre=ROUTLEDGE2&ContinentSelected=0&CountrySelected=0&USSelected=0&ChangeCountry=0&search_text='+ISBN+'&SearchGroup=PRISBN&results_order=ByTitle&domregion=uk&Referrer=Routledge2', 'catWin', 'status=1,menubar=1,resizable=1,toolbar=1,location=1,scrollbars=1,width=700,height=400,left=0,top=0')
catWindow.focus()
}

function writeYear(){
  var today =  new Date();
    document.write(today.getFullYear());
}

function SearchHandler()
{
	//alert(document.search.search.value);
	document.location.href = "/shopping_cart/search/search.asp?search=" + document.search.search.value;
}
