var newwindow;
function downloadform(url)
{
	newwindow=window.open(url,'','height=470,width=630,scrollbars=yes,top=5,left=5,menubar=yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
}