function blank(id)
{;}

function focusPrPanel(id)
{
	if(navigator.appName)
	
	var f=document.getElementsByClassName('provinceFocus');
	if(f.length > 0)
		f.item(0).className = 'province';
	document.getElementById('p'+id).className = 'provinceFocus';
	window.location = '#'+id;
}