function goBack(){
	history.back();
}
function showBasket(){
	document.basket.action="/cgi/tecwww.cgi";
	document.basket.submit();
}
