function newWin(Source, Name)



{



	newwin = window.open(Source, Name, 'width=550,height=600,toolbar=no,location=no,resizable=yes,scrollbars=yes');



	



	newwin.creator = top;



}