﻿function performSearch() 
{
    window.location = ('/sitecore/content/Calamos/Header Footer/Search.aspx?search=' + document.getElementById('query').value);
    return false;
}

function performGlobalSearch() 
{
    window.location = ('/SearchResults.aspx?search=' + document.getElementById('query').value);
    return false;
}
function performWMSearch() {
    window.location = ('/calamos/WM/TopMenu/Search.aspx?search=' + document.getElementById('query').value);
    return false;
}


