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