function newPopUp(newurl) 

{ 

apopup = window.open(newurl,'note','toolbar=no,left="0",top="0",directories=no,status=no,scrollbars=no,hscroll=no,resizable=no,copyhistory=no,height=325,width=425');

}
