// Default JS Content - Do Not Delete

function newwindow(href)
	{
	window.open(href,'newwindow','resizable=yes,toolbar=yes,left=200,top=200,status=yes,location=yes,scrollbars=yes');
	}