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

function referenssiPopUp(url)
{
   var popUp = window.open(url, 'referenssiPopUp', 'toolbar=no,top=100,left=60,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=350,height=550' );

	if(!popUp.opener)
	{
		popUp.opener = self;
	}

	popUp.focus();
}

function demoPopUp(url)
{
	var popUp = window.open(url, "demoPopUp", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=780,height=560");

	if(!popUp.opener)
	{
		popUp.opener = self;
	}

	popUp.focus();
}

