			function change_val()
			{
				
				if (document.select.elements['liste'].selectedIndex == '1')
				{
					document.search_form.action="http://www.cd-writer.com/cgi-bin/search/search.cgi";
					document.search_form.keywords.name = "Terms";
				}
				if (document.select.elements['liste'].selectedIndex == '0')
				{
					document.search_form.action="http://shop.cd-writer.com/catalog/advanced_search_result.php";					
					document.search_form.keywords.name = "keywords";
					}
					}



