/*mpc_nw - nahrazeni target=_blank pro xhtml*/

function mpc_nw(targetlocation)
{
	return window.open(targetlocation);
};

function vytisknoutstranku()
{
	document.write('<a title="Vytisknout stránku" href="#" onclick="window.print();return false;">Vytisknout</a> &nbsp;|&nbsp; '); 
};


function viewAktuality(ident)
{
	mwidth=300;
	mheight=400;
	mleft=(screen.width)/2+60;
	mtop=100;
	basicurl="http://www.mhotels.cz/aktuality/aktuality.php?board_id=";
	url=basicurl+ident;
	window.open(url,
	ident,
	"width="+mwidth+",height="+mheight+","+
	"left="+mleft+",top="+mtop+","+	
	"toolbar=no,location=no,directories=no,status=no,menubar=no,"+
	"resizable=yes,scrollbars=no"
	);
	return 0;
}
