/*** Bilordning.dk ***/

/*** Sidst opdateret: 07.juni 2010 ***/

var bookmarkurl=window.top.document.location
var bookmarktitle="Bilordning forhandler"

function addbookmark()
{
	if (document.getElementById)window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function showHideElement(id) {
  if(document.getElementById){
  	
		obj = document.getElementById(id);		
			
		if(obj.style.display!='block'){		
			obj.style.display = 'block';			
		}							
		else obj.style.display = 'none';					
	}		
}

function selectRegion(regionName)
{
	document['DenmarkImage'].src = 'images/' + regionName + '.gif';
}
function clearSelection()
{
	document['DenmarkImage'].src = 'images/danmark.gif';
}
