if(window.navigator.vendor == 'Apple Computer, Inc.') {
	document.write('<link href="/css/safari.css" rel="stylesheet" type="text/css" />');
}

if(window.navigator.platform.indexOf("Mac") != -1) {
	document.write('<link href="/css/mac.css" rel="stylesheet" type="text/css" />');
}

if(window.navigator.userAgent.indexOf("MSIE") != -1) {
	document.write('<link href="/css/ie.css" rel="stylesheet" type="text/css" />');
}

if(window.navigator.userAgent.indexOf("MSIE 7") != -1) {
	document.write('<link href="/css/ie7.css" rel="stylesheet" type="text/css" />');
}

function openBanner(banner, url) {
		var banner = window.open('http://www.bolagsplatsen.se/banner_open.php?banner='+banner+'&url='+url,'banner');
		banner.focus();
}
