

function Check() { 

    if(navigator.userAgent.indexOf("Win") != -1)
		document.links[3].href = "/bonitet/RegWin/shopper_lookup.asp";
    else 
		document.links[3].href = "/bonitet/RegLinux/shopper_lookup.asp";

}


