// JavaScript Document
function Change_Action(){
    var i
    for (i=0;i<document.p.busq.length;i++){
       if (document.p.busq[i].checked)
           break;
    }
	
	if (document.p.q.value!=""){
	document.p.action=document.p.busq[i].value;
	
	switch (document.p.busq[i].value){
		case "http://www.simplesearch.com.ar/resultA.html": 
			document.p.cx.value="000732483325466977399:_4ocfjayt-q"; break;
			
		case "http://www.simplesearch.com.ar/result.html":
			document.p.cx.value="000732483325466977399:xddqfmdsrbm"; break;
			
		case "http://www.simplesearch.com.ar/resultT.html":
			document.p.cx.value="000732483325466977399:hr72a3u6gl4"; break;
			
		case "http://www.simplesearch.com.ar/resultV.html":
			document.p.cx.value="000732483325466977399:skcqopevql4"; break;
			
		case "http://www.simplesearch.com.ar/resultU.html":
			document.p.cx.value="000732483325466977399:uydsnh-pmeu"; break;
			
		case "http://www.simplesearch.com.ar/resultM.html": 
			document.p.cx.value="000732483325466977399:x4wgmta4c-a"; break;
	}
	
	document.p.submit();
	}else{
		alert("Ingrese algun texto para buscar...","SimpleSearch");
	}
	
	
}