function mpc_nw(targetlocation)
{
	return window.open(targetlocation);
};