bname=navigator.appName
if (bname.indexOf("Microsoft")!=-1)
{
	document.write('<style type="text/css">body {scrollbar-face-color: #67717C; scrollbar-highlight-color: #f1f1f1; scrollbar-3dlight-color: #000000; scrollbar-track-color: #E3D6A6; scrollbar-arrow-color: #ffffff;}</style>');
}

function karttaPopUp(url) {
   var popUp = window.open(url, 'karttaPopUp', 'toolbar=no,top=100,left=60,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=427,height=490');
	if(!popUp.opener) {
		popUp.opener = self;
	}
	popUp.focus();
}
