function OT_openclosehit( fs_coid , op ) {
	var im,s,clk,t,c,b;
	if (op) {
		s = "/images/d4u2009/widgets/OTHit/minusz_ikon.png";
		clk = "OT_openclosehit('"+fs_coid+"',false );";
		t = "Vissza";
		b="block";
	} else {
		s = "/images/d4u2009/widgets/OTHit/plusz_ikon.png";
		clk = "OT_openclosehit('"+fs_coid+"',true );";
		t = "További információk";
		b="none";
	}
	c = document.getElementById( "hit_op" + fs_coid + "_img" );
	if (c) c.innerHTML="<img src=\"" + s + "\" onclick=\"" + clk + "\" />";
	c = document.getElementById( "hit_op" + fs_coid + "_ttl" );
	if (c) c.innerHTML=t;
	c = document.getElementById( "hit_cl" + fs_coid );
	if (c) c.style.display=b;
}


function openMap( fs_peid ) {
	window.open( '/terkep.php?fs_peid=' + fs_peid , 'terkep','width=640,height=480,resizable=yes' );
}
