

function ShowInfo(LBoShow,LInText,LBoShowWindow)
{
//Denna anropas när musen förs över mneyvalen. Ovanstående funk är originalet. Tog bort funktionen 20091027.
	if (LBoShow)		
		document.getElementById('img_'+LInText).style.backgroundImage='url(http://www.precis-it.se/images/precis_menu_bg_filled.png)';
	else
		document.getElementById('img_'+LInText).style.backgroundImage='url(http://www.precis-it.se/images/precis_menu_bg.png)';	
}

function navi()
{
	var uri_str=document.getElementById('precis_navigering').value;
	
	if (uri_str!="-")
		window.location=uri_str;
	
}

function EnableDownload()
{
	var appl_ver=document.getElementById('pump_os').value;
	document.getElementById('PbDownLoadPumpKund').disabled=true;
	
	switch (appl_ver)
	{
	case 'PU_WIN':
		document.getElementById('PbDownLoadPumpKund').disabled=false;
	break;
	}	
	
	
}



