  function newwin(obj,Name) {

	var win1=window.open(Name,'_blank','width=600,height=480,left=0,top=0,titlebar=no,scrollbars=no');
	retrn = 0
  }

