function newWindowForm()
	{
	var popUp = window.open
('','popUp','scrollbars=no,resizable=no,width=350,height=290');
	document.nytvindue.target = 'popUp';
	}