/*
$(document).ready(function(){
    $(".bgCajaBuscador").val('Buscar');

});

function clearSearch(box){
    box.value = "";
}

function textSearch(box){
    if(box.value == ""){
        box.value = "Buscar";
    }
}*/

function openWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
