// JavaScript Document
function ShowImage(name,width,height)
{
	window.open("../includes/pic_nahled.php?file="+name,"",	"toolbar=no,scrollbars=yes,location=no,status=no,width="+width+",height="+height+",resizable=0,screenX=50,screenY=50");
}

function ShowImageM(name)
{
	window.open("../includes/mapa_nahled.php","", "toolbar=no,scrollbars=no,location=no,status=no,width=388,height=441,resizable=0,screenX=50,screenY=50");
}

