function SwitchAction() {
//	if(document.tx_indexedsearch.where[0].checked == true) {
//		document.tx_indexedsearch.action = 'index.php?id=search';
//		document.tx_indexedsearch.method = 'post';
//	}
	if(document.tx_indexedsearch_top.where[1].checked == true) {
		//var sword = document.tx_indexedsearch["tx_indexedsearch[sword]"].value;	
		//var sword = 1;			
                document.tx_indexedsearch_top.swords.value = document.tx_indexedsearch_top["tx_indexedsearch[sword]"].value
		document.tx_indexedsearch_top.action = 'index.php?id=102';
		document.tx_indexedsearch_top.method = 'post';
	}
return true;
}