function nmbopen(url, width, height)
{
	window.open(url,null,"height=" + height + ",width=" + width  + ",status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no");
}