/*
Documento Realizado por Richard Reveron
Director de Tu Proyecto RARG CA
http://www.tuproyecto.com.ve
Todos los derechos reservados
*/
var separator = "/a|";
//--------------------------------------------------------
function chng_cls(obj,cls_new){
obj.className = cls_new;
}//--------------------------------------------------------
function search_me(){
document.getElementById('frm_Search').submit();
}//--------------------------------------------------------
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}//--------------------------------------------------------
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}//--------------------------------------------------------
function search_me(){
var Search = document.getElementById('TxtSearch').value;
var Compare = document.getElementById('buscador_inicial').value;
if (Search==Compare){ Search="";}
redirecciona("productos-resultados.php?buscador=true&search="+Search);
}//--------------------------------------------------------
function extension(valor){
var arr = valor.split('.');
var fin = arr.length -1;
var ext = arr[fin];
ext = ext.toLowerCase();
return ext;
}//--------------------------------------------------------
function enfoca(obj){
var newdiv;
newdiv = document.getElementById(obj);
newdiv.focus();
}//--------------------------------------------------------
function cambiar_inicial(obj,TxtEval){
if (obj.value == TxtEval){
	obj.value ="";
}
}//--------------------------------------------------------
function cambiar_final(obj,TxtEval){
if (obj.value == ""){
	obj.value =TxtEval;
}
}//--------------------------------------------------------
