function newwin(fl,nm,h,w,mn,scr,scrb) 
 	{
	window.open(fl,nm,'width='+w+', height='+h+', menubar='+mn+', scrolling='+scr+', scrollbars='+scrb);

	 }
