function Popper(URL,Width,Height,Left,Top,Resizable,Scrollbars) {
	WinID = 'winder';
	window.open(URL,WinID,'width='+Width+',height='+Height+',left='+Left+',top='+Top+',channelmode=0,dependent=0,directories=0,location=0,menubar=0,resizable='+Resizable+',scrollbars='+Scrollbars+',status=0,toolbar=0');
}           

