function nw(path,width,height)
{
	window.open(""+path+"", "_blank", "width="+width+",height="+height+",location=no,menubar=no,directories=no,toolbar=no,scrollbars=no,resizable=no,status=no");
}