
function startGlobalSearch(id,url)
{
    var keyword=document.getElementById(id).value;
    document.location.href=url+"?key="+keyword;
}