﻿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;
}

function performInstSearch() {
    window.location = ('/calamos/Institutional/SearchResults.aspx?search=' + document.getElementById('query').value);
    return false;
}

function performFASearch() {
    window.location = ('/calamos/Advisors/SearchResults.aspx?search=' + document.getElementById('query').value);
    return false;
}

