/*
  File ID: $Id:$

  http://www.roskitos.com

  Copyright (c) 2007 Simon Rogers

  Released under the GNU General Public License

*/


function PopNP()
{
	NP = window.open("http://www.grooveradio.com/np/np.html","Listen","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=469,height=455");
	NP.focus();
}
