topmenu_marker_pas = new Image; topmenu_marker_pas.src = "_Images/1x1.gif";
topmenu_marker_act = new Image; topmenu_marker_act.src = "_Images/markerW_2t.gif";

//##################################
function changepic(nameRec,srcRec)
{
	document.images[nameRec].src = srcRec.src;
}

//########
function popup(fileName,wW,hW)
{
	/*if (newWin)
		{newWin.close();}*/
	var popupPage = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">' +
		'<html><head><title> Карта </title></head><body style="margin: 0px; padding: 0px; background: #FFFFFF;">'+
		'<map name="closedoor">'+
		'<area alt="" coords="303,47,350,58" href="javascript:window.close();">'+
		'</map>'+
		'<img src="'+
		fileName+
		'" width="358" height="353" border="0" alt="" usemap="#closedoor">'+
		'</body></html>';
	var newWin = eval("window.open('','map','width=" + wW + ",height=" + hW + "')");//358 353
	newWin.document.write(popupPage);
	newWin.document.close();
	return false;
}

function popupCat(element_id)
{
	var newWin = window.open('/popupphoto.php?element_id='+element_id,'bigPhoto','width=517,height=471');
	return false;
}








