function getfile(file) {
	var path = "/cgi-bin/toyserver/getfile.pl?file=" + file;
	window.open(path,'','directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0,width=350,height=75');
	return false;
}	
