function newbox(ref, w, h)
{
	window.open(ref, '', 'width='+w+',height='+h+',marginwidth=0,marginheight=0,menubar=0,resizable=0,left=0,top=0,scrollbars=1');
}