/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function detectBrowser(id) {
    if (!window.XMLHttpRequest) {
        document.getElementById(id).className += "_ie6";
    }
}