//opera   =     (navigator.userAgent.indexOf("Opera")  ==-1) ? false : true;
chrome  =     (navigator.userAgent.indexOf("Chrome")  ==-1) ? false : true;

function loadCSS (basePath) {    
    link = document.getElementById('cssLink');    
    
//    if (opera) {link.href = basePath+'css/wKrakowie_katalog_Opera.css'}
    if (chrome) {link.href = basePath+'css/wKrakowie_katalog_Chrome.css'}
}
