function showimg(xcoor,ycoor,name)
{
	var id='mapp';
	if (document.getElementById && document.createTextNode){
	hidename();
		document.getElementById(id).style.left=xcoor;
		document.getElementById(id).style.top=ycoor;
		write_it('<div class="name"><div class="shadowTLE"><div class="shadowTM"><div class="shadowLM"><div class="shadowRM"><div class="shadowBM"><div class="shadowTRE"><div class="shadowBLE"><div class="shadowBRC"><div class="shadowOffsetAll"><div class="letter_idx"><a name="pointname" href="#" onclick="showname(\''+escape(name)+'\');return false" onkeydown="showname(\''+escape(name)+'\');return false" title="Click here to find out more about '+name+'">'+name+'<\/a><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>',id);
		document.getElementById(id).style.display='inline';
	}
}

function showonlyimg(xcoor,ycoor,id)
{
	if (document.getElementById && document.createTextNode)
	{
		document.getElementById(id).style.left=xcoor;
		document.getElementById(id).style.top=ycoor;
		write_it('++/++',id);
		document.getElementById(id).style.display='inline';
	}
}
function showname(text)
{
	var id='mapmore';
	if (document.getElementById && document.createTextNode){
		//write_it(text,id);
		document.getElementsByTagName('div')[id].style.display='inline';
	}
}
function hidename()
{
	var id='mapmore';

	if (document.getElementById && document.createTextNode){
		document.getElementsByTagName('div')[id].style.display='none';
	}
}